Replies: 2 comments
|
See also: https://go.dev/doc/modules/version-numbers#major-version |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Try to import and use the code in a repo and can't import versions past v3.12.0 because v3 is a major version and the repo doesn't follow go versioning for packages.
go mod tidy/vendor spits out the following
All reactions