Skip to content

Commit 01f34ae

Browse files
committed
Bump golang and add go lint
1 parent 14c47cc commit 01f34ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.dapper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN apt-get update && \
1111
ENV GOLANG_ARCH_amd64=amd64 GOLANG_ARCH_arm=armv6l GOLANG_ARCH=GOLANG_ARCH_${ARCH} \
1212
GOPATH=/go PATH=/go/bin:/usr/local/go/bin:${PATH} SHELL=/bin/bash
1313

14-
RUN wget -O - https://storage.googleapis.com/golang/go1.7.3.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local && \
15-
go get github.com/rancher/trash
14+
RUN wget -O - https://storage.googleapis.com/golang/go1.13.10.linux-${!GOLANG_ARCH}.tar.gz | tar -xzf - -C /usr/local && \
15+
go get github.com/rancher/trash && go get golang.org/x/lint/golint
1616

1717
ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 \
1818
DOCKER_URL_arm=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm \

0 commit comments

Comments
 (0)