-
Notifications
You must be signed in to change notification settings - Fork 43
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
20250216 bump go linter 1.24 #103
Conversation
7b5b4b7
to
ee42474
Compare
.github/workflows/golangci-lint.yml
Outdated
@@ -27,7 +27,7 @@ jobs: | |||
uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1 | |||
with: | |||
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version | |||
version: v1.57.1 | |||
version: v1.63.4 |
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.
Should we set this to the latest version v1.64.5?
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.
I just confirmed this. Please refer to etcd-io/raft#268 (comment)
version: v1.63.4 | |
version: v1.64.5 |
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.
fixed 👍🏽
Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
ee42474
to
42765f6
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, Elbehery 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 |
#102 CI failure is due to linter version used.
This PR bumps the go-linter version used in CI
@ivanvc @henrybear327