Releases: oligot/go-mod-upgrade
Releases · oligot/go-mod-upgrade
v0.9.1
Changelog
- c80dd55 Can't do mod upgrade when upgrade to v0.9.0 (fix #32)
- c414c54 github actions improvements (#31)
- 6b3fddc only download the packages when updating
v0.9.0
Changelog
- 7fec2a6 Fix GOWORK=off (closes #29)
- 57a66e7 Fix Go 1.18 workspace support #25
- 74a9ebb Go 1.18 workspace support #25
- 7f0caee Go 1.18 workspace: fix bug when in subfolder (closes #28)
- e8e54c9 Go 1.18 workspace: respect the GOWORK env var
v0.6.2
Changelog
d303d46 Update dependencies
v0.6.1
Changelog
1607b52 Release via Github action
8468540 Structured logging
4fcd162 Update go.sum (via go mod tidy)
544a4f9 Use go version 1.15 in Github actions
3330d70 go.mod: set go version to 1.15
v0.6.0
Changelog
d6f47c7 CLI flag to execute a hook for each updated module
23ac881 chore: add github action for golang (#12)
v0.5.0
Changelog
31d25f9 Add feature to force update all modules in non-interactive mode.
914d85a Remove unused modules (thanks to go mod tidy)
bc3c9a1 Use module urfave/cli to parse CLI args