Skip to content

Commit 499ab8a

Browse files
committed
Update Golang 1.13.8
full diff: golang/go@go1.13.7...go1.13.8 go1.13.8 (released 2020/02/12) includes fixes to the runtime, the crypto/x509, and net/http packages. See the Go 1.13.8 milestone on the issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.13.8+label%3ACherryPickApproved Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 48d998f commit 499ab8a

4 files changed

Lines changed: 5 additions & 5 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: 0
1515
matrix:
16-
- GO_VERSION: 1.13.7
16+
- GO_VERSION: 1.13.8
1717

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

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v1
1414
with:
15-
go-version: '1.13.7'
15+
go-version: '1.13.8'
1616

1717
- name: Checkout
1818
uses: actions/checkout@v1
@@ -123,7 +123,7 @@ jobs:
123123
- name: Set up Go
124124
uses: actions/setup-go@v1
125125
with:
126-
go-version: '1.13.7'
126+
go-version: '1.13.8'
127127

128128
- name: Checkout
129129
uses: actions/checkout@v1

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ os:
1010
- linux
1111

1212
go:
13-
- "1.13.7"
13+
- "1.13.8"
1414

1515
env:
1616
- TRAVIS_GOOS=linux TEST_RUNTIME=io.containerd.runc.v1 TRAVIS_CGO_ENABLED=1 TRAVIS_DISTRO=bionic GOPROXY=direct

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.13.7
9+
ARG GOLANG_VERSION=1.13.8
1010

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

0 commit comments

Comments
 (0)