- Notifications
You must be signed in to change notification settings - Fork928
chore: upgrade go to 1.20.7#8923
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
.github/workflows/release.yaml Outdated
# For some reason, setup-go won't actually pick up a new patch version if | ||
# it has an old one cached. We need to manually specify the versions so we | ||
# can get the latest release. Never use "~1.xx" here! | ||
CODER_GO_VERSION: "1.20.6" | ||
CODER_GO_VERSION: "1.20.7" |
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.
Hi@coadler is this env variable still used and needed. I guess its a leftover.
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.
Yeah seems unused
.github/workflows/release.yaml Outdated
# For some reason, setup-go won't actually pick up a new patch version if | ||
# it has an old one cached. We need to manually specify the versions so we | ||
# can get the latest release. Never use "~1.xx" here! | ||
CODER_GO_VERSION: "1.20.6" | ||
CODER_GO_VERSION: "1.20.7" |
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.
Yeah seems unused
upgrade go to version 1.20.7