Releases: oligot/go-mod-upgrade
Releases · oligot/go-mod-upgrade
v0.11.0
Changelog
- c47e266 Add support for Go 1.24 tools (#60)
- 5763a9e Bump golangci-lint and github actions versions
- 95911bd Don't stop at first path when
force
flag is set - 64bfaf3 fix: goreleaser --clean flag instead of --rm-dist
- 9e0ebfa go tool: add helper function to test if it's supported
- 6afffd1 refac: new internal package app
- b37adbe refac: new internal package module
v0.10.0
Changelog
- 9d228cd Add ignore flag (closes #42)
- 38425b4 Corrects Go wiki link in README (#45)
- 25d786c Document global CLI options in the readme.md file
- b738e47 Fix github action: go version should be at least 1.18
- 9677688 Fix golangci-lint
- afcc585 Fix goreleaser config
- a581599 Fix issue #35 - module inside workspace
- f6862d0 Update golang.org/x/mod
- 053de34 Update readme.md (#41)