Skip to content

Commit

Permalink
update staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Nov 16, 2024
1 parent 392a5f2 commit 63365f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: ./.github/actions/go-check-setup
if: hashFiles('./.github/actions/go-check-setup') != ''
- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@4970552d932f48b71485287748246cf3237cebdf # 2023.1 (v0.4.0)
run: go install honnef.co/go/tools/cmd/staticcheck@56172d41b117cc2c2f99f65fe0a790c8d7d7ea66 # 2024.1.1 (v0.5.1)
- name: Check that go.mod is tidy
uses: protocol/[email protected]
with:
Expand Down

0 comments on commit 63365f0

Please sign in to comment.