Skip to content

Commit

Permalink
bump staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhitby committed Jan 11, 2024
1 parent 92943d7 commit 5ab1f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo [4/6] e2e test
(cd e2e; ./test.sh)

echo [5/6] staticcheck
staticcheck -version 2> /dev/null | grep -Fq '2023.1.2' || go install honnef.co/go/tools/cmd/[email protected].2
staticcheck -version 2> /dev/null | grep -Fq '2023.1.6' || go install honnef.co/go/tools/cmd/[email protected].6
staticcheck ./...

echo [6/6] update dependabot workflow
Expand Down

0 comments on commit 5ab1f29

Please sign in to comment.