Skip to content

Commit

Permalink
update staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
monde committed Feb 27, 2024
1 parent 06aa8a8 commit 1cac413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ test:

tools:
@which $(GOFMT) || go install mvdan.cc/gofumpt@v0.2.1
@which $(STATICCHECK) || go install honnef.co/go/tools/cmd/staticcheck@2021.1.2
@which $(STATICCHECK) || go install honnef.co/go/tools/cmd/staticcheck@2023.1.7

tools-update:
@go install mvdan.cc/gofumpt@v0.2.1
@go install honnef.co/go/tools/cmd/staticcheck@2021.1.2
@go install honnef.co/go/tools/cmd/staticcheck@2023.1.7

vet:
@go vet ./...
@staticcheck ./...
@staticcheck ./...

0 comments on commit 1cac413

Please sign in to comment.