Skip to content

Commit

Permalink
fix make lint by updating staticcheck
Browse files Browse the repository at this point in the history
fixes `panic: Cannot range over: func(yield func(K, V) bool)` seen in the older version of staticcheck
  • Loading branch information
fahimahmedx authored Jan 10, 2025
1 parent c386314 commit ccadf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: go install mvdan.cc/[email protected]

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@v0.4.7
run: go install honnef.co/go/tools/cmd/staticcheck@v0.5.1

- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/[email protected]
Expand Down

0 comments on commit ccadf65

Please sign in to comment.