-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bump to go 1.22 and fixes #8035
Conversation
This should help #8032 be green I hope 🤞🏼 |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
f4d5e4c
to
260e0bd
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
260e0bd
to
467607a
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
467607a
to
47f940a
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
Hum.. not sure why codeql is unhappy... |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/retest |
0e4c35d
to
250d73b
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/retest |
250d73b
to
f351930
Compare
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chitrangpatel 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 |
f351930
to
10de121
Compare
This will unblock some dependencies updates (such as go-scm) Signed-off-by: Vincent Demeester <[email protected]>
upstream knative/pkg seem to have fixed the issue refered in the comment, so let's delete this. Signed-off-by: Vincent Demeester <[email protected]>
The idea is to not get false positive. Signed-off-by: Vincent Demeester <[email protected]>
This mainly removing the need to copy variable in a for loop to capture rang as it is now "fixed" in go 1.22+. > The copy of the 'for' variable "td" can be deleted (Go 1.22+) (copyloopvar) This also fixes some fatcontext issues, for loop range, … Signed-off-by: Vincent Demeester <[email protected]>
This is to ensure it installs the correct go toolchain version we need to build the project. Signed-off-by: Vincent Demeester <[email protected]>
And "version" the binary so we *ensure* that it doesn't execute an older version of `golangci-lint` when we update the dependency. Signed-off-by: Vincent Demeester <[email protected]>
10de121
to
7ff2c93
Compare
/lgtm |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
Changes
This should unblock some dependencies updates.
Mainly fixing the for loop copy range not needed anymore.
It shouldn't be required anymore.
Closes #7187
/kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes