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

Commit c7821b2

Browse files
committed
Bump Golang 1.13.12
go1.13.12 (released 2020/06/01) includes fixes to the runtime, and the go/types and math/big packages. See the Go 1.13.12 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.13.12+label%3ACherryPickApproved full diff: golang/go@go1.13.11...go1.13.12 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 1cd69c41e61d191e47053483d44d60d56270023e) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 31d338dd3a5e97ce8456adb0c1ffd7d438a633bc Component: cli
1 parent b882b20 commit c7821b2

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.13.11
7+
GOVERSION: 1.13.12
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.13.11
1+
ARG GO_VERSION=1.13.12
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.13.11
1+
ARG GO_VERSION=1.13.12
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.13.11
1+
ARG GO_VERSION=1.13.12
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.13.11
1+
ARG GO_VERSION=1.13.12
22

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

components/cli/dockerfiles/Dockerfile.lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.1.3-experimental
22

3-
ARG GO_VERSION=1.13.11
3+
ARG GO_VERSION=1.13.12
44
ARG GOLANGCI_LINTER_SHA="v1.21.0"
55

66
FROM golang:${GO_VERSION}-alpine AS build

0 commit comments

Comments
 (0)