-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Golang version upgrade #57
Conversation
Workflow test passed in my fork: https://github.com/camcast3/rcon-cli/actions/runs/9134257961/job/25119434978?pr=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I'm happy to merge this but curious the particular choice of upgraded version.
@@ -10,7 +10,7 @@ jobs: | |||
release: | |||
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main | |||
with: | |||
go-version: "1.20.10" | |||
go-version: "1.21.10" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was fixed in 1.20.11. Why bump the entire minor version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can move to 1.20.14 if you are more comfortable with that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That all sounds good. I was focused on the major CVE item.
Fixing golang security vulns for stdlib v1.20.10 by upgrading to v1.21.10
Detected by docker scout