We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aeaac0 + f7e59ae commit 54658b8Copy full SHA for 54658b8
3 files changed
.appveyor.yml
@@ -12,7 +12,7 @@ environment:
12
GOPATH: C:\gopath
13
CGO_ENABLED: 1
14
matrix:
15
- - GO_VERSION: 1.12.12
+ - GO_VERSION: 1.12.13
16
17
before_build:
18
- choco install -y mingw --version 5.3.0
.travis.yml
@@ -10,7 +10,7 @@ os:
10
- linux
11
go:
- - "1.12.12"
+ - "1.12.13"
env:
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=bionic
contrib/Dockerfile.test
@@ -6,7 +6,7 @@
6
# 3.) $ make binaries install test
7
#
8
9
-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
0 commit comments