Skip to content

Commit 44ca090

Browse files
committed
Bump Go to 1.10.4
Includes fixes to the go command, linker, and the net/http, mime/multipart, ld/macho, bytes, and strings packages. See the Go 1.10.4 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.10.4 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 6dbe8ea commit 44ca090

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.3
7+
GOVERSION: 1.10.4
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.3-alpine
1+
FROM golang:1.10.4-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.3@sha256:7671b4ed357fda50124e5679d36c4c3206ded4d43f1d2e0ff3d120a1e2bf94d7
1+
FROM dockercore/golang-cross:1.10.4@sha256:55c7b933ac944f4922b673b4d4340d1a0404f3c324bd0b3f13a4326c427b1f2a
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.3-alpine
2+
FROM golang:1.10.4-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.3
1+
ARG GO_VERSION=1.10.4
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.3-alpine
1+
FROM golang:1.10.4-alpine
22

33
RUN apk add -U git
44

0 commit comments

Comments
 (0)