-
Notifications
You must be signed in to change notification settings - Fork 373
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
Use go 1.21.0 #3362
Use go 1.21.0 #3362
Conversation
I wonder if we need to fix the release workflow for ARMv7, since Go changed its "dot zero" versioning scheme. Something similar has been done in #3193 for the PR workflows, but the release workflow has been overlooked in that PR: k0s/.github/workflows/release.yml Line 285 in f3db9b6
|
It would be nice if there was a download link for "latest 1.21.x". With 1.20 the current implementation will download 1.20.0 if you give "1.20" or "1.20.0". (1.20.tar.gz contains v1.20, not the latest v1.20.7). |
I think we can just keep 1.19 in go.mod for k8s <= 1.26 and 1.20 for current and build all of them using go 1.21. (this requires changing the workflows to use a hardcoded version in the setup-go action instead of reading from go.mod) |
upstream kubernetes 1.28.0 is built with go1.20.7:
|
I think kubernetes/release#3076 is the issue to track |
The PR is marked as stale since no activity has been recorded in 30 days |
Signed-off-by: Kimmo Lehto <[email protected]>
Signed-off-by: Kimmo Lehto <[email protected]>
The PR is marked as stale since no activity has been recorded in 30 days |
The PR is marked as stale since no activity has been recorded in 30 days |
The PR is marked as stale since no activity has been recorded in 30 days |
This pull request has merge conflicts that need to be resolved. |
Already at 1.21.6 |
Description
Announcement
Release Notes
Blog