We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13ac9e7 + ec5e25d commit 76c6afbCopy full SHA for 76c6afb
3 files changed
.appveyor.yml
@@ -13,7 +13,7 @@ environment:
13
GOPATH: C:\gopath
14
CGO_ENABLED: 1
15
matrix:
16
- - GO_VERSION: 1.13.8
+ - GO_VERSION: 1.13.10
17
18
before_build:
19
- choco install -y mingw --version 5.3.0
.travis.yml
@@ -10,7 +10,7 @@ os:
10
- linux
11
12
go:
- - "1.13.8"
+ - "1.13.10"
env:
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=bionic GOPROXY=direct
contrib/Dockerfile.test
@@ -6,7 +6,7 @@
6
# 3.) $ make binaries install test
7
#
8
9
-ARG GOLANG_VERSION=1.13.8
+ARG GOLANG_VERSION=1.13.10
FROM golang:${GOLANG_VERSION} AS golang-base
RUN mkdir -p /go/src/github.com/containerd/containerd
0 commit comments