We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1110302 commit 5170d0dCopy full SHA for 5170d0d
.github/workflows/solana.yml
@@ -225,7 +225,7 @@ jobs:
225
git diff --exit-code
226
- name: Install linter
227
run: |
228
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.5
+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.4.0
229
- name: Run linter
230
run: make lint-go
231
- name: Print lint report artifact
0 commit comments