-
Notifications
You must be signed in to change notification settings - Fork 181
chore: upgrade go version to 1.24.3 and golangci-lint to 2.1.6 #204
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
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: slashpai The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This issue is currently awaiting triage. If custom-metrics-apiserver contributors determine this is a relevant issue, they will accept it by applying the The 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. |
This is most likely duplicated with #203. |
ok I didn't see that, I was updating prometheus-adapter so found need to update dependencies here as well. |
Maybe you can help to review that PR, and after that the dependent bot can help to bump to 1.33.1, and then this PR can focus on prometheus-adapter thing. |
I will rebase to just update go |
Signed-off-by: Jayapriya Pai <[email protected]>
@@ -1,8 +1,6 @@ | |||
run: |
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.
updated file with migration command https://golangci-lint.run/product/migration-guide
Signed-off-by: Jayapriya Pai <[email protected]>
@RainbowMango PTAL |
@@ -48,7 +48,7 @@ build-test-adapter: update-generated | |||
# Format and lint | |||
# --------------- | |||
|
|||
HAS_GOLANGCI_VERSION:=$(shell $(GOPATH)/bin/golangci-lint version --format=short) |
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.
--format=short
flag doesn't exist
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.
/assign
No description provided.