Skip to content

Commit 9412739

Browse files
committed
Bump Go to 1.11.1
Release notes: https://golang.org/doc/devel/release.html#go1.11 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent ee46130 commit 9412739

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ clone_folder: c:\gopath\src\github.com\docker\cli
44

55
environment:
66
GOPATH: c:\gopath
7-
GOVERSION: 1.10.4
7+
GOVERSION: 1.11.1
88
DEPVERSION: v0.4.1
99

1010
install:

dockerfiles/Dockerfile.binary-native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.10.4-alpine
1+
FROM golang:1.11.1-alpine
22

33
RUN apk add -U git bash coreutils gcc musl-dev
44

dockerfiles/Dockerfile.cross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM dockercore/golang-cross:1.10.4@sha256:55c7b933ac944f4922b673b4d4340d1a0404f3c324bd0b3f13a4326c427b1f2a
1+
FROM dockercore/golang-cross:1.11.1@sha256:57ce59bec5445d27cc00f9e27fc171bea44eed7a9890df6eea6540f214300a01
22
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
33
WORKDIR /go/src/github.com/docker/cli

dockerfiles/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM golang:1.10.4-alpine
2+
FROM golang:1.11.1-alpine
33

44
RUN apk add -U git make bash coreutils ca-certificates curl
55

dockerfiles/Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.10.4
1+
ARG GO_VERSION=1.11.1
22

33
FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process
44

dockerfiles/Dockerfile.lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.10.4-alpine
1+
FROM golang:1.11.1-alpine
22

33
RUN apk add -U git
44

0 commit comments

Comments
 (0)