Skip to content

Commit 5170d0d

Browse files
committed
gomods.
1 parent 1110302 commit 5170d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/solana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
git diff --exit-code
226226
- name: Install linter
227227
run: |
228-
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.5
228+
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.4.0
229229
- name: Run linter
230230
run: make lint-go
231231
- name: Print lint report artifact

0 commit comments

Comments
 (0)