Skip to content

Commit

Permalink
Fix builds by changing to golang lint
Browse files Browse the repository at this point in the history
Link: golang/lint#436

Error while building: go: github.com/golang/[email protected]: parsing go.mod: unexpected module path "golang.org/x/lint"
  • Loading branch information
Gowtham Sai committed Mar 18, 2019
1 parent 6098e6a commit 4d39b74
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 @@ -9,7 +9,7 @@ COMMIT_HASH=$(shell git rev-parse --verify head | cut -c-1-8)
BUILD_DATE=$(shell date +%Y-%m-%dT%H:%M:%S%z)

setup:
GO111MODULE=on go get -u github.com/golang/lint/golint
GO111MODULE=on go get -u golang.org/x/lint/golint
GO111MODULE=on go get github.com/mattn/goveralls

compile:
Expand Down

0 comments on commit 4d39b74

Please sign in to comment.