Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit c9fa414

Browse files
committed
Add GO111MODULE=on to honnef.co staticcheck
1 parent e709037 commit c9fa414

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
@@ -162,7 +162,7 @@ get-deps:
162162
GO111MODULE=on go get github.com/fzipp/gocyclo/cmd/[email protected]
163163
go get golang.org/x/tools/cmd/goimports
164164
go get github.com/golang/mock/mockgen
165-
go get honnef.co/go/tools/cmd/staticcheck
165+
GO111MODULE=on go get honnef.co/go/tools/cmd/staticcheck@v0.2.1
166166

167167
clean:
168168
-rm -f ecs-init.spec

0 commit comments

Comments
 (0)