Skip to content

Commit

Permalink
Merge pull request #20 from katiewasnothere/golang1.13.4
Browse files Browse the repository at this point in the history
update to golang 1.13.4
  • Loading branch information
katiewasnothere authored Nov 13, 2019
2 parents 1cdf7cb + 6d5b601 commit 36d136c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
GOPATH: C:\gopath
CGO_ENABLED: 1
matrix:
- GO_VERSION: 1.12.9
- GO_VERSION: 1.13.4

before_build:
- choco install -y mingw --version 5.3.0
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ os:
- linux

go:
- "1.12.x"
- "1.13.4"

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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# 3.) $ make binaries install test
#

ARG GOLANG_VERSION=1.12
ARG GOLANG_VERSION=1.13.4

FROM golang:${GOLANG_VERSION} AS golang-base
RUN mkdir -p /go/src/github.com/containerd/containerd
Expand Down

0 comments on commit 36d136c

Please sign in to comment.