Update to Golang 1.12.13
go1.12.13 (released 2019/10/31) fixes an issue on macOS 10.15 Catalina where the non-notarized installer and binaries were being rejected by Gatekeeper. Only macOS users who hit this issue need to update. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
1e12854831
commit
15669a1d34
@ -12,7 +12,7 @@ environment:
|
|||||||
GOPATH: C:\gopath
|
GOPATH: C:\gopath
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
matrix:
|
matrix:
|
||||||
- GO_VERSION: 1.12.12
|
- GO_VERSION: 1.12.13
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- choco install -y mingw --version 5.3.0
|
- choco install -y mingw --version 5.3.0
|
||||||
|
@ -10,7 +10,7 @@ os:
|
|||||||
- linux
|
- linux
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.12.x"
|
- "1.12.13"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=bionic
|
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=bionic
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# 3.) $ make binaries install test
|
# 3.) $ make binaries install test
|
||||||
#
|
#
|
||||||
|
|
||||||
ARG GOLANG_VERSION=1.12.12
|
ARG GOLANG_VERSION=1.12.13
|
||||||
|
|
||||||
FROM golang:${GOLANG_VERSION} AS golang-base
|
FROM golang:${GOLANG_VERSION} AS golang-base
|
||||||
RUN mkdir -p /go/src/github.com/containerd/containerd
|
RUN mkdir -p /go/src/github.com/containerd/containerd
|
||||||
|
Loading…
Reference in New Issue
Block a user