Skip to content

Commit

Permalink
CI/CD: update staticcheck version to match new go toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivard committed Jan 17, 2025
1 parent c862e48 commit c97cbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: misspell -error .

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@2023.1.3
run: go install honnef.co/go/tools/cmd/staticcheck@2024.1.1

- name: Run staticcheck
run: staticcheck -checks "all,-ST1000,-ST1003,-SA1019,-SA1029" ./...
Expand Down

0 comments on commit c97cbff

Please sign in to comment.