Skip to content

Commit

Permalink
Upgrade staticcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
  • Loading branch information
friedrichg committed Jun 9, 2024
1 parent b712377 commit 452c628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.22.4

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@2023.1
run: go install honnef.co/go/tools/cmd/staticcheck@2023.1.7

- name: Run makefile
run: make all

0 comments on commit 452c628

Please sign in to comment.