Skip to content

Commit

Permalink
go modules: full support
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Oct 7, 2019
1 parent 241e0f2 commit b4b2262
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 @@ -11,7 +11,7 @@ export GO111MODULE = on
ci: init lint test codecov

init:
GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@latest

lint:
# --enable=unparam
Expand Down

0 comments on commit b4b2262

Please sign in to comment.