Skip to content

Commit

Permalink
Merge pull request containerd#3806 from thaJeztah/bump_golang_1.12.13
Browse files Browse the repository at this point in the history
Update to Golang 1.12.13
  • Loading branch information
crosbymichael committed Nov 8, 2019
2 parents 1e12854 + 15669a1 commit 40ac923
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/Dockerfile.test
Expand Up @@ -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
Expand Down

0 comments on commit 40ac923

Please sign in to comment.