Skip to content

Commit

Permalink
Upgrade statickcheck to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amogh09 committed Jul 22, 2022
1 parent cc15636 commit 096ad2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ get-deps-init:
cd "${GOPATH}/src/github.com/golang/mock/mockgen" && git checkout 1.3.1 && go get ./... && go install ./... && cd -
GO111MODULE=on go install github.com/fzipp/gocyclo/cmd/[email protected]
go get golang.org/x/tools/cmd/goimports
GO111MODULE=on go install honnef.co/go/tools/cmd/staticcheck@v0.2.1
GO111MODULE=on go install honnef.co/go/tools/cmd/staticcheck@v0.3.2

amazon-linux-sources.tgz:
./scripts/update-version.sh
Expand Down

0 comments on commit 096ad2d

Please sign in to comment.