Bump golang 1.12.7

go1.12.7 (released 2019/07/08) includes fixes to cgo, the compiler, and the
linker. See the Go 1.12.7 milestone on our issue tracker for details:
https://github.com/golang/go/issues?q=milestone%3AGo1.12.7

full diff: https://github.com/golang/go/compare/go1.12.6...go1.12.7

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit b06f9e9595)
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Sebastiaan van Stijn 2019-07-10 23:50:29 +02:00 committed by Kir Kolyshkin
parent 705cc2040d
commit 5344ecdeb9
6 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ clone_folder: c:\gopath\src\github.com\docker\cli
environment: environment:
GOPATH: c:\gopath GOPATH: c:\gopath
GOVERSION: 1.12.6 GOVERSION: 1.12.7
DEPVERSION: v0.4.1 DEPVERSION: v0.4.1
install: install:

View File

@ -1,4 +1,4 @@
FROM golang:1.12.6-alpine FROM golang:1.12.7-alpine
RUN apk add -U git bash coreutils gcc musl-dev RUN apk add -U git bash coreutils gcc musl-dev

View File

@ -1,4 +1,4 @@
FROM dockercore/golang-cross:1.12.6 FROM dockercore/golang-cross:1.12.7
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1 ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
WORKDIR /go/src/github.com/docker/cli WORKDIR /go/src/github.com/docker/cli
COPY . . COPY . .

View File

@ -1,4 +1,4 @@
FROM golang:1.12.6-alpine FROM golang:1.12.7-alpine
RUN apk add -U git make bash coreutils ca-certificates curl RUN apk add -U git make bash coreutils ca-certificates curl

View File

@ -1,4 +1,4 @@
ARG GO_VERSION=1.12.6 ARG GO_VERSION=1.12.7
FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process FROM docker/containerd-shim-process:a4d1531 AS containerd-shim-process

View File

@ -1,4 +1,4 @@
FROM golang:1.12.6-alpine FROM golang:1.12.7-alpine
RUN apk add -U git RUN apk add -U git