Skip to content

Commit

Permalink
chore(golangci-lint): bump version to v1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weisdd committed Nov 14, 2024
1 parent 34a54b5 commit d1eba81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: golangci-lint
uses: golangci/[email protected]
with:
version: "v1.57.2"
version: "v1.62.0"

- name: Verify golangci-lint config
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ golangci:
ifeq (, $(shell which golangci-lint))
@{ \
set -e ;\
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.56.2 ;\
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.62.0 ;\
}
GOLANGCI=$(GOBIN)/golangci-lint
else
Expand Down

0 comments on commit d1eba81

Please sign in to comment.