Skip to content

Commit

Permalink
Change go get -u to fetch minor/patch updates
Browse files Browse the repository at this point in the history
Previously we were using `get get -u all`, which was great but started pulling in major version updates which of course break things. This PR switches to not pull in major version bumps, which is the default behavior of `go get -u` and it adds the `-t` flag so we also update test modules. I think this is a safer approach, and it allows us to manually update major version bumps which will usually require manual intervention anyway.

Signed-off-by: Daniel Mikusa <dan@mikusa.com>
  • Loading branch information
dmikusa committed Jun 29, 2023
1 parent 2d10979 commit 6aaf389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Loading

0 comments on commit 6aaf389

Please sign in to comment.