Skip to content

Commit 11fcd5d

Browse files
committed
Move to go 1.8.1
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
1 parent 793b738 commit 11fcd5d

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
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
1818
&& rm -rf /var/lib/apt/lists/*
1919

2020
# Install Go
21-
ENV GO_VERSION 1.7.1
21+
ENV GO_VERSION 1.8.1
2222
RUN curl -sSL "https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz" | tar -v -C /usr/local -xz
2323
ENV PATH /go/bin:/usr/local/go/bin:$PATH
2424
ENV GOPATH /go:/go/src/github.com/containerd/containerd/vendor

0 commit comments

Comments
 (0)