From 15669a1d34e904b4e45c85f763df2098e706ffb0 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 8 Nov 2019 10:28:40 -0800 Subject: [PATCH] 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 --- .appveyor.yml | 2 +- .travis.yml | 2 +- contrib/Dockerfile.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 132bed3aad30..14ef3101f8d0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,7 +12,7 @@ environment: GOPATH: C:\gopath CGO_ENABLED: 1 matrix: - - GO_VERSION: 1.12.12 + - GO_VERSION: 1.12.13 before_build: - choco install -y mingw --version 5.3.0 diff --git a/.travis.yml b/.travis.yml index aa39220d451c..d087f253633f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ os: - linux go: - - "1.12.x" + - "1.12.13" env: - TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=bionic diff --git a/contrib/Dockerfile.test b/contrib/Dockerfile.test index 2cac4cde81a6..ba89e6d61f55 100644 --- a/contrib/Dockerfile.test +++ b/contrib/Dockerfile.test @@ -6,7 +6,7 @@ # 3.) $ make binaries install test # -ARG GOLANG_VERSION=1.12.12 +ARG GOLANG_VERSION=1.12.13 FROM golang:${GOLANG_VERSION} AS golang-base RUN mkdir -p /go/src/github.com/containerd/containerd