Skip to content

Releases: oligot/go-mod-upgrade

v0.11.0

16 Feb 14:19
Compare
Choose a tag to compare

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

08 Apr 09:48
Compare
Choose a tag to compare

Changelog

v0.9.1

23 Aug 13:13
v0.9.1
c80dd55
Compare
Choose a tag to compare

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

11 Jul 06:29
v0.9.0
7fec2a6
Compare
Choose a tag to compare

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.8.0

22 Mar 08:13
v0.8.0
fb002a4
Compare
Choose a tag to compare

Changelog

v0.7.0

09 Dec 14:03
v0.7.0
705974b
Compare
Choose a tag to compare

Changelog

v0.6.2

27 Nov 14:40
v0.6.2
d303d46
Compare
Choose a tag to compare

Changelog

d303d46 Update dependencies

v0.6.1

08 Apr 07:40
Compare
Choose a tag to compare

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

25 Mar 10:50
Compare
Choose a tag to compare

Changelog

d6f47c7 CLI flag to execute a hook for each updated module
23ac881 chore: add github action for golang (#12)

v0.5.0

18 Mar 12:15
Compare
Choose a tag to compare

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