File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ RUN set -x \
4242
4343ENV GOPATH /usr/share/gocode:/go
4444ENV PATH $GOPATH/bin:/usr/share/gocode/bin:$PATH
45- RUN go get github.com/golang /lint/golint
45+ RUN go get golang.org/x /lint/golint
4646WORKDIR /go/src/github.com/containers/skopeo
4747COPY . /go/src/github.com/containers/skopeo
4848
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ _containers="${GOPATH}/src/github.com/containers"
88mkdir -vp ${_containers}
99ln -vsf $( pwd) ${_containers} /skopeo
1010
11- go get -u github.com/cpuguy83/go-md2man github.com/golang /lint/golint
11+ go get -u github.com/cpuguy83/go-md2man golang.org/x /lint/golint
1212
1313cd ${_containers} /skopeo
1414make validate-local test-unit-local binary-local
You can’t perform that action at this time.
0 commit comments