Skip to content

Commit 701a8d0

Browse files
authored
Merge pull request #3968 from thaJeztah/1.2_bump_golang_1.12.15
[release/1.2 backport] Update Golang 1.12.15
2 parents 625b11b + f106ae4 commit 701a8d0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ environment:
1313
GOPATH: C:\gopath
1414
CGO_ENABLED: 1
1515
matrix:
16-
- GO_VERSION: 1.12.14
16+
- GO_VERSION: 1.12.15
1717

1818
before_build:
1919
- choco install -y mingw --version 5.3.0

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
language: go
88

99
go:
10-
- "1.12.14"
10+
- "1.12.15"
1111
os:
1212
- "linux"
1313
# TODO ppc64le is currently timing out on travis; see https://github.com/containerd/containerd/pull/2896

contrib/Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# 3.) $ make binaries install test
77
#
88

9-
ARG GOLANG_VERSION=1.12.14
9+
ARG GOLANG_VERSION=1.12.15
1010

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

0 commit comments

Comments
 (0)