-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[All OSes] Go 1.17.x will be removed and 1.20.x set as default on April, 3 #7276
Closed
8 of 9 tasks
Labels
Announcement
Area: Go
awaiting-deployment
Code complete; awaiting deployment and/or deployment in progress
OS: macOS
OS: Ubuntu
OS: Windows
Comments
ilia-shipitsin
added a commit
to ilia-shipitsin/runner-images
that referenced
this issue
Mar 27, 2023
Related: actions#7276 As of the software policy only 3 latest versions of Go are supported. Go 1.17 is removed from images, 1.20 is now default Go version.
4 tasks
ilia-shipitsin
added a commit
to ilia-shipitsin/runner-images
that referenced
this issue
Mar 27, 2023
Related: actions#7276 As of the software policy only 3 latest versions of Go are supported. Go 1.17 is removed from images, 1.20 is now default Go version.
ilia-shipitsin
added a commit
to ilia-shipitsin/runner-images
that referenced
this issue
Mar 27, 2023
Related: actions#7276 As of the software policy only 3 latest versions of Go are supported. Go 1.17 is removed from images, 1.20 is now default Go version.
ilia-shipitsin
added a commit
to ilia-shipitsin/runner-images
that referenced
this issue
Mar 27, 2023
Related: actions#7276 As of the software policy only 3 latest versions of Go are supported. Go 1.17 is removed from images, 1.20 is now default Go version.
This was referenced Mar 27, 2023
Merged
mikhailkoliada
added
the
awaiting-deployment
Code complete; awaiting deployment and/or deployment in progress
label
Mar 29, 2023
All was set, will be deployed next week |
DMRobertson
pushed a commit
to matrix-org/complement
that referenced
this issue
Apr 6, 2023
`go get gotestfmt` isn't getting gotestfmt in a way that the CI jobs can see. Something to do with actions/runner-images#7276 maybe? I think this might help with that.
DMRobertson
pushed a commit
to matrix-org/complement
that referenced
this issue
Apr 6, 2023
This was my first attempt to fix CI. Go 1.17 is no longer available on runners (actions/runner-images#7276 maybe) and I wondered if that might help with that. Unfortunately I think not. But we should get some go build caching as a side effect of using this action.
DMRobertson
pushed a commit
to matrix-org/synapse
that referenced
this issue
Apr 6, 2023
DMRobertson
pushed a commit
to matrix-org/complement
that referenced
this issue
Apr 6, 2023
* Use setup-go action This was my first attempt to fix CI. Go 1.17 is no longer available on runners (actions/runner-images#7276 maybe) and I wondered if that might help with that. Unfortunately I think not. But we should get some go build caching as a side effect of using this action. * Bump checkout action Drive-by fix for matrix-org/synapse#14203 * Check that gotestfmt is installed no `-version` flag, so `help` will have to do * `go install gotestfmt` instead of `go get` IDK why this suddenly started failing, but `go install` seems to put it on the PATH in a way that makes CI work.
DMRobertson
pushed a commit
to matrix-org/synapse
that referenced
this issue
Apr 6, 2023
DMRobertson
pushed a commit
to matrix-org/synapse
that referenced
this issue
Apr 6, 2023
* Use setup-go instead of relying on 1.17 to exist See actions/runner-images#7276 * Changelog
Deployed |
realtyem
pushed a commit
to realtyem/synapse-old
that referenced
this issue
Apr 12, 2023
* Use setup-go instead of relying on 1.17 to exist See actions/runner-images#7276 * Changelog
This was referenced May 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Announcement
Area: Go
awaiting-deployment
Code complete; awaiting deployment and/or deployment in progress
OS: macOS
OS: Ubuntu
OS: Windows
Breaking changes
Go 1.17.x will be removed from all OSes and 1.20.x will be set as default.
Target date
Image deployment is starting on April 3 and will take 3-4 days.
The motivation for the changes
As of the software support policy only 3 latest versions of Go are supported.
Possible impact
If your builds depend on Go 1.17.x they can be broken.
Platforms affected
Runner images affected
Mitigation ways
To install any versions in runtime use:
https://github.com/actions/setup-go action for GH actions
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/go-tool?view=azure-devops task for AzDO
The text was updated successfully, but these errors were encountered: