v0.2.4
What's Changed
Added
-
A new
--force
flag (alias:-f
) #23.The
--force
flag forces reinstalling binaries that are already up-to-date and would otherwise be skipped when upgrading the versions.This can be used to reinstall all binaries after a new version of go is installed, especially when it fixes security vulnerabilities.
Thanks to @thejan2009 for suggesting this feature.
Internal
- Include go 1.22 in CI #24.
Full Changelog: v0.2.3...v0.2.4