Skip to content

Releases: oligot/go-mod-upgrade

v0.13.0-beta.1

27 May 10:06

Choose a tag to compare

Changelog

  • 97995a2 chore: automate GitHub Action version pinning with pinact
  • 8f78758 chore: fix goreleaser release failures in CI
  • b5842c4 chore: ignore some .claude files / directories
  • 3695034 chore: migrate CLI from urfave/cli v2 to v3
  • cf8537c chore: migrate from Nix/Makefile to mise for tool management
  • 1326ec1 chore: upgrade dependencies
  • a510f0f feat: allow bypassing the disk cache for major version lookups
  • 8d21c6c feat: enable major version upgrades via pkg.go.dev
  • f6f8d7b fix: eliminate silent failures by adhering to error-checking standards
  • 280ba3c fix: filter false-positive major upgrades and scope import rewrites correctly
  • e4f2a44 fix: upgrade to Go 1.26.3 to satisfy gopls requirements
  • 3f6d332 perf: cut repeat-run latency to near-zero with a disk cache

v0.13.0-beta.0

25 May 17:05

Choose a tag to compare

Changelog

  • ef99c52 feat: enable major version upgrades via pkg.go.dev

v0.12.0

23 Sep 06:20

Choose a tag to compare

Changelog

  • 34929b3 Fix build status
  • df12c70 Update checkout and install nix GitHub Actions
  • e57cc23 Use nix to track dev dependencies
  • 5803b8e chore: bump dependencies
  • 4019ff5 feat: Vulnerability checking
  • 920a076 feat: add --list flag to display module upgrades without interactivity
  • 2afe317 fix: color explanation in the readme
  • cee4244 fix: colors in listing
  • 20540c3 fix: lint errors
  • f284096 fix: linting and vulnerability issues

v0.11.0

16 Feb 14:19

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

Choose a tag to compare

Changelog

v0.9.1

23 Aug 13:13
v0.9.1
c80dd55

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

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

Choose a tag to compare

Changelog

v0.7.0

09 Dec 14:03
v0.7.0
705974b

Choose a tag to compare

Changelog

v0.6.2

27 Nov 14:40
v0.6.2
d303d46

Choose a tag to compare

Changelog

d303d46 Update dependencies