This repository was archived by the owner on Apr 15, 2025. It is now read-only.
Update go version in mod and workflows - #109
Merged
Merged
Conversation
hoenn
force-pushed
the
hoenn/upgrade-go-versions
branch
from
February 12, 2024 14:48
fa7109d to
d8a39f4
Compare
hoenn
marked this pull request as ready for review
February 12, 2024 14:51
|
Since we're doing upgrade work, should we upgrade to Go 1.22 now that it is released? The Go release policy states that versions are only supported "until there are two newer major releases" (e.g, 1.21 and 1.22). Also, it looks like 1.21.* included some security fixes. |
hoenn
force-pushed
the
hoenn/upgrade-go-versions
branch
from
February 12, 2024 16:24
4dda2c9 to
5aa4c1f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrades the go version we build and test with from 1.15 -> 1.22 to be able to upgrade passed stdlib vulnerabilities. Also simplifies CI by: not running lint in every test workflow, removes multiple go version testing.