aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2019-07-26 18:08:34 -0700
committerGitHub <noreply@github.com>2019-07-26 18:08:34 -0700
commit73992db882786db9e2c1ac63f101f77a9d90a0a6 (patch)
tree787fe5a4921ad513bd9fa1a9cebeb65ea929d3f3 /Makefile
parent8956903569b187652d7f068800c240b24cb2e41e (diff)
Update Travis to use Ubuntu 18.04 and Go 1.12 (#135)
Fixes CI issues
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8c691a5..310be26 100644
--- a/Makefile
+++ b/Makefile
@@ -173,8 +173,8 @@ TOOLS := $(addprefix $(BIN)/,protoc golint protoc-gen-go goimports staticcheck g
tools: $(TOOLS)
$(BIN)/golint:
- GO111MODULE=off go get github.com/golang/lint/golint
- GO111MODULE=off go build -o $@ github.com/golang/lint/golint
+ GO111MODULE=off go get golang.org/x/lint/golint
+ GO111MODULE=off go build -o $@ golang.org/x/lint/golint
$(BIN)/protoc-gen-go:
GO111MODULE=off go get -d github.com/golang/protobuf/protoc-gen-go
git -C "$(shell go env GOPATH)/src/github.com/golang/protobuf" checkout v1.2.0