Skip to content

Commit 501e1be

Browse files
committed
fix golint
Signed-off-by: Antonio Murdaca <runcom@linux.com>
1 parent fc386a6 commit 501e1be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN set -x \
4242

4343
ENV GOPATH /usr/share/gocode:/go
4444
ENV 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
4646
WORKDIR /go/src/github.com/containers/skopeo
4747
COPY . /go/src/github.com/containers/skopeo
4848

hack/travis_osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _containers="${GOPATH}/src/github.com/containers"
88
mkdir -vp ${_containers}
99
ln -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

1313
cd ${_containers}/skopeo
1414
make validate-local test-unit-local binary-local

0 commit comments

Comments
 (0)