Skip to content

Commit b4139c1

Browse files
ikegawa-koshimbrandenburger
authored andcommitted
Fixed staticcheck version in root dir Makefile
Signed-off-by: ikegawa-koshi <[email protected]>
1 parent 7f48abb commit b4139c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gotools:
4141
$(GO) install golang.org/x/tools/cmd/goimports
4242
$(GO) install google.golang.org/protobuf/cmd/protoc-gen-go
4343
GO111MODULE=off $(GO) get github.com/maxbrunsfeld/counterfeiter
44-
$(GO) install honnef.co/go/tools/cmd/staticcheck@latest
44+
$(GO) install honnef.co/go/tools/cmd/staticcheck@v0.3.3
4545
$(GO) get -u github.com/client9/misspell/cmd/misspell
4646

4747
godeps: gotools

0 commit comments

Comments
 (0)