Skip to content

Commit

Permalink
fix failing static check
Browse files Browse the repository at this point in the history
  • Loading branch information
fenxiong committed Jul 21, 2021
1 parent 3a93151 commit 997c975
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 @@ -299,7 +299,7 @@ GOPATH=$(shell go env GOPATH)
go get github.com/golang/mock/mockgen
cd "${GOPATH}/src/github.com/golang/mock/mockgen" && git checkout 1.3.1 && go get ./... && go install ./... && cd -
go get golang.org/x/tools/cmd/goimports
go get github.com/fzipp/gocyclo/cmd/gocyclo
GO111MODULE=on go get github.com/fzipp/gocyclo/cmd/gocyclo@v0.3.1
go get honnef.co/go/tools/cmd/staticcheck
touch .get-deps-stamp

Expand Down

0 comments on commit 997c975

Please sign in to comment.