Skip to content

Commit cae1d49

Browse files
committed
Fix golint dependency for CI
1 parent 44a1ee6 commit cae1d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM golang:1.10
33
ENV GOPATH /go
44
ENV PATH ${GOPATH}/bin:$PATH
55
RUN go get -u github.com/golang/dep/cmd/dep
6-
RUN go get -u github.com/golang/lint/golint
6+
RUN go get -u golang.org/x/lint/golint
77

88
# Prepare enviroment for OSX cross compilation.
99
# These steps are referenced from https://github.com/karalabe/xgo/blob/master/docker/base/Dockerfile (licensed with MIT)

0 commit comments

Comments
 (0)