-
Notifications
You must be signed in to change notification settings - Fork 25
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
Upgraded go version in pipeline #303
Upgraded go version in pipeline #303
Conversation
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.
one small change needed
.ci/pipeline_definitions
Outdated
@@ -36,9 +36,9 @@ autoscaler: | |||
dockerfile: './cluster-autoscaler/Dockerfile' | |||
steps: | |||
test: | |||
image: 'golang:1.20.5' | |||
image: 'golang:1.21.6' |
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.
Can you change it to 1.22.2
instead of 1.21.6
? Same in other places
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.
the go version in CA 1.29 is still 1.21, so not sure if this will work out.
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 should work. The go
version cannot be less than the required one. A higher version should be fine.
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.
done
95fd994
to
f5612be
Compare
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.
/lgtm
84ae83e
into
gardener:machine-controller-manager-provider
What this PR does / why we need it:
This PR updates the go version in pipeline.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: