Skip to content

Commit

Permalink
Upgrade tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Aug 21, 2024
1 parent ed87cf3 commit 97faded
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ pre-commit: build wasm test lint

.PHONY: install/dev
install/dev:
go install github.com/mgechev/[email protected].7
go install github.com/securego/gosec/v2/cmd/gosec@v2.19.0
go install honnef.co/go/tools/cmd/staticcheck@v0.4.6
go install mvdan.cc/gofumpt@v0.6.0
go install github.com/icholy/gomajor@v0.9.5
go install github.com/mgechev/[email protected].9
go install github.com/securego/gosec/v2/cmd/gosec@v2.20.0
go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
go install mvdan.cc/gofumpt@v0.7.0
go install github.com/icholy/gomajor@v0.13.1
go install github.com/stateful/go-proto-gql/protoc-gen-gql@latest

.PHONY: install/goreleaser
Expand Down

0 comments on commit 97faded

Please sign in to comment.