-
Notifications
You must be signed in to change notification settings - Fork 423
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
Repo controlled build go version #639
Conversation
21a406e
to
d55f440
Compare
/retest |
1 similar comment
/retest |
.github/workflows/deps.yml
Outdated
@@ -19,18 +19,3 @@ jobs: | |||
uses: actions/checkout@v4 | |||
with: | |||
show-progress: false | |||
- id: govulncheck |
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.
Why remove govunlcheck?
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.
Why remove govunlcheck?
Hi @micahhausler I need to remove it temporarily to make the premerge test move forward, I will add it back when your PR #638 to resolve the govunlcheck is merged.
That's why it is marked as DON'T MERGE
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 @micahhausler I have rebased the PR with go 1.21.5 version and added back the govunlcheck, could you take another look?
f5891ba
to
5b56ac6
Compare
5b56ac6
to
30353e6
Compare
/retest |
30353e6
to
bc002e7
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jyotimahapatra, xdu31 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 |
What this PR does / why we need it:
Follow KEP-3744 to make
aws-iam-authenticator
to stay on supported Go versions.This PR follows kubernetes/kubernetes#114660 and kubernetes/kubernetes#115377 for repo-controlled go version to use in CI.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #