-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
update slack-infra jobs to use go1.23 #33939
Conversation
337f036
to
5b242cd
Compare
config/jobs/kubernetes-sigs/slack-infra/slack-infra-config.yaml
Outdated
Show resolved
Hide resolved
@Katharine doesn't work on kubernetes anymore (hasn't for years) xref kubernetes-sigs/slack-infra#67 Once this is on go 1.22+ (or was it 21?) bumping the image will be an optimization and we can rely on gotoolchain to update it in the slack-infra repo. |
I will update the onwers file in a follow up |
Signed-off-by: cpanato <[email protected]>
5b242cd
to
8f1a7fd
Compare
@@ -7,7 +7,8 @@ presubmits: | |||
always_run: true | |||
spec: | |||
containers: | |||
- image: public.ecr.aws/docker/library/golang:1.11.5 | |||
- image: public.ecr.aws/docker/library/golang:1.23 | |||
imagePullPolicy: Always |
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.
this is going to be slow but OK
FWIW I again recommend controlling the version with toolchain in the source repo
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.
we're considering prohibiting this #33868
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, cpanato The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@cpanato: Updated the
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
need for kubernetes-sigs/slack-infra#68
also the current image does not exist anymore
/assign @jeefy @Katharine @nikhita