Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 9cd6049

Browse files
committed
Bump Golang 1.12.4
go1.12.4 (released 2019/04/11) fixes an issue where using the prebuilt binary releases on older versions of GNU/Linux led to failures when linking programs that used cgo. Only Linux users who hit this issue need to update. See golang/go#31293 for details Full diff: golang/go@go1.12.3...go1.12.4 Signed-off-by: Sebastiaan van Stijn <[email protected]> Upstream-commit: cf47bb2cc2fecf5b0ccd32a5c10bc738d73bab49 Component: cli
1 parent e0bcfda commit 9cd6049

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

components/cli/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.12.3
7+
GOVERSION: 1.12.4
88
DEPVERSION: v0.4.1
99

1010
install:

components/cli/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.12.3-alpine
1+
FROM golang:1.12.4-alpine
22

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM dockercore/golang-cross:1.12.3@sha256:b88a6be2469d321601f87675c49d1b3f166c4c37abc5ce3e74557fc6660481be
1+
FROM dockercore/golang-cross:1.12.4
22
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
33
WORKDIR /go/src/github.com/docker/cli
44
COPY . .

components/cli/dockerfiles/Dockerfile.dev

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

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

components/cli/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.12.3
1+
ARG GO_VERSION=1.12.4
22

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

components/cli/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.12.3-alpine
1+
FROM golang:1.12.4-alpine
22

33
RUN apk add -U git
44

0 commit comments

Comments
 (0)