mirror of
https://github.com/pushbits/server.git
synced 2025-06-16 01:21:59 +02:00
pin staticcheck version
This commit is contained in:
parent
75244a6593
commit
802794212b
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -37,7 +37,8 @@ setup:
|
|||
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
|
||||
go install github.com/securego/gosec/v2/cmd/gosec@latest
|
||||
go install github.com/swaggo/swag/cmd/swag@latest
|
||||
go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||
go install honnef.co/go/tools/cmd/staticcheck@v0.2.2
|
||||
poetry install
|
||||
|
||||
.PHONY: swag
|
||||
swag:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue