We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to be added:
TODO:
tools/
docs/
memo
docker image: golang:1.22.3-alpine3.19 https://hub.docker.com/layers/library/golang/1.22.3-alpine3.19/images/sha256-a52ec26b648564b6cef8adf7bea14348b499a32d08de3943823150ad268f0d77?context=explore
current go's stable version: 1.22.3 https://go.dev/dl/
docker image: golang:1.22.4-alpine3.20 https://hub.docker.com/layers/library/golang/1.22.4-alpine3.20/images/sha256-9d8429ee88687b18c0f681ce2ad60446c7a1a3472d455f031e2317802ca9fbc4?context=explore
current go's stable version: 1.22.4 https://go.dev/dl/
Why is this needed:
After Go 1.22, we don't need to consider the loop var scope. https://go.dev/blog/loopvar-preview
Updated:
The text was updated successfully, but these errors were encountered:
I updated the TODO above. These are based on the investigation of the github action workflow definitions and previous PRs for updating go version.
workflow definitions: .github/workflows/*
to 1.20.3
to 1.19
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What would you like to be added:
TODO:
tools/
docs/
memo
docker image: golang:1.22.3-alpine3.19 https://hub.docker.com/layers/library/golang/1.22.3-alpine3.19/images/sha256-a52ec26b648564b6cef8adf7bea14348b499a32d08de3943823150ad268f0d77?context=explorecurrent go's stable version: 1.22.3 https://go.dev/dl/docker image: golang:1.22.4-alpine3.20 https://hub.docker.com/layers/library/golang/1.22.4-alpine3.20/images/sha256-9d8429ee88687b18c0f681ce2ad60446c7a1a3472d455f031e2317802ca9fbc4?context=explore
current go's stable version: 1.22.4 https://go.dev/dl/
Why is this needed:
After Go 1.22, we don't need to consider the loop var scope.
https://go.dev/blog/loopvar-preview
Updated:
The text was updated successfully, but these errors were encountered: