diff --git a/.appveyor.yml b/.appveyor.yml index 4512848593fc..37fb4450c57b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,7 +13,7 @@ environment: GOPATH: C:\gopath CGO_ENABLED: 1 matrix: - - GO_VERSION: 1.12.17 + - GO_VERSION: 1.12.16 before_build: - choco install -y mingw --version 5.3.0 diff --git a/.travis.yml b/.travis.yml index d85751d52caf..87d722d177fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ services: language: go go: - - "1.12.17" + - "1.12.16" os: - "linux" # TODO ppc64le is currently timing out on travis; see https://github.com/containerd/containerd/pull/2896 diff --git a/contrib/Dockerfile.test b/contrib/Dockerfile.test index f95da4816120..64dae3fb263d 100644 --- a/contrib/Dockerfile.test +++ b/contrib/Dockerfile.test @@ -6,7 +6,7 @@ # 3.) $ make binaries install test # -ARG GOLANG_VERSION=1.12.17 +ARG GOLANG_VERSION=1.12.16 FROM golang:${GOLANG_VERSION} AS golang-base RUN mkdir -p /go/src/github.com/containerd/containerd