Skip to content

Commit

Permalink
upgrade linter to v1.56.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Mar 14, 2024
1 parent 251d579 commit 21f86f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Expand Up @@ -31,5 +31,5 @@ jobs:

- name: Lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.56.2
make lint

0 comments on commit 21f86f0

Please sign in to comment.