Skip to content

Commit e36542c

Browse files
AkihiroSudathaJeztah
authored andcommitted
Bump Go 1.13.13
Includes security fixes to the `crypto/x509` and `net/http` packages. https://github.com/golang/go/issues?q=milestone%3AGo1.13.13+label%3ACherryPickApproved Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> (cherry picked from commit c520f81) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 83b33f6 commit e36542c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Go
2727
uses: actions/setup-go@v1
2828
with:
29-
go-version: '1.13.12'
29+
go-version: '1.13.13'
3030

3131
- name: Set env
3232
shell: bash
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install Go
6767
uses: actions/setup-go@v1
6868
with:
69-
go-version: '1.13.12'
69+
go-version: '1.13.13'
7070

7171
- name: Set env
7272
shell: bash
@@ -138,7 +138,7 @@ jobs:
138138
- name: Set up Go
139139
uses: actions/setup-go@v1
140140
with:
141-
go-version: '1.13.12'
141+
go-version: '1.13.13'
142142

143143
- name: Set env
144144
shell: bash
@@ -185,7 +185,7 @@ jobs:
185185
- name: Install Go
186186
uses: actions/setup-go@v1
187187
with:
188-
go-version: '1.13.12'
188+
go-version: '1.13.13'
189189

190190
- name: Set env
191191
shell: bash
@@ -222,7 +222,7 @@ jobs:
222222
- name: Install Go
223223
uses: actions/setup-go@v1
224224
with:
225-
go-version: '1.13.12'
225+
go-version: '1.13.13'
226226

227227
- name: Set env
228228
shell: bash
@@ -264,7 +264,7 @@ jobs:
264264
- name: Install Go
265265
uses: actions/setup-go@v1
266266
with:
267-
go-version: '1.13.12'
267+
go-version: '1.13.13'
268268

269269
- name: Setup gosu
270270
shell: bash

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install Go
6363
uses: actions/setup-go@v1
6464
with:
65-
go-version: '1.13.12'
65+
go-version: '1.13.13'
6666

6767
- name: Set env
6868
shell: bash

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ os:
1515
- linux
1616

1717
go:
18-
- "1.13.12"
18+
- "1.13.13"
1919

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

.zuul/playbooks/containerd-build/run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
become: yes
33
roles:
44
- role: config-golang
5-
go_version: '1.13.10'
5+
go_version: '1.13.13'
66
arch: arm64
77
tasks:
88
- name: Build containerd

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.12
9+
ARG GOLANG_VERSION=1.13.13
1010

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

0 commit comments

Comments
 (0)