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

Commit 7b46799

Browse files
tao12345666333thaJeztah
authored andcommitted
Bump golang 1.12.9
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com> (cherry picked from commit d9856049e5b32cc603552e65c308489e79c2b452) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 2ac92130694b79f3e7a57784465c98fe10fd0b05 Component: cli
1 parent 02c5476 commit 7b46799

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.8
7+
GOVERSION: 1.12.9
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-
ARG GO_VERSION=1.12.8
1+
ARG GO_VERSION=1.12.9
22

33
FROM golang:${GO_VERSION}-alpine
44

components/cli/dockerfiles/Dockerfile.cross

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

33
FROM dockercore/golang-cross:${GO_VERSION}
44
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1

components/cli/dockerfiles/Dockerfile.dev

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

33
FROM golang:${GO_VERSION}-alpine
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.8
1+
ARG GO_VERSION=1.12.9
22

33
# Use Debian based image as docker-compose requires glibc.
44
FROM golang:${GO_VERSION}

components/cli/dockerfiles/Dockerfile.lint

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

33
FROM golang:${GO_VERSION}-alpine
44

0 commit comments

Comments
 (0)