Skip to content

Commit 8c24a61

Browse files
committed
[release/1.5] Update Go to 1.16.12
go1.16.12 (released 2021-12-09) includes security fixes to the syscall and net/http packages. See the Go 1.16.12 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.16.12+label%3ACherryPickApproved Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e7d4349 commit 8c24a61

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
go-version: [1.16.11]
23+
go-version: [1.16.12]
2424
os: [ubuntu-18.04, macos-10.15, windows-2019]
2525

2626
steps:
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/setup-go@v2
5353
with:
54-
go-version: '1.16.11'
54+
go-version: '1.16.12'
5555

5656
- shell: bash
5757
run: |
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- uses: actions/setup-go@v2
8484
with:
85-
go-version: '1.16.11'
85+
go-version: '1.16.12'
8686

8787
- uses: actions/checkout@v2
8888
with:
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- uses: actions/setup-go@v2
117117
with:
118-
go-version: '1.16.11'
118+
go-version: '1.16.12'
119119

120120
- name: Set env
121121
shell: bash
@@ -161,7 +161,7 @@ jobs:
161161
steps:
162162
- uses: actions/setup-go@v2
163163
with:
164-
go-version: '1.16.11'
164+
go-version: '1.16.12'
165165
- name: Set env
166166
shell: bash
167167
run: |
@@ -226,7 +226,7 @@ jobs:
226226
strategy:
227227
matrix:
228228
os: [ubuntu-18.04, macos-10.15, windows-2019]
229-
go-version: ['1.16.11']
229+
go-version: ['1.16.12']
230230
include:
231231
# Go 1.13.x is still used by Docker/Moby
232232
- go-version: '1.13.x'
@@ -272,7 +272,7 @@ jobs:
272272
steps:
273273
- uses: actions/setup-go@v2
274274
with:
275-
go-version: '1.16.11'
275+
go-version: '1.16.12'
276276

277277
- uses: actions/checkout@v2
278278
with:
@@ -353,7 +353,7 @@ jobs:
353353
steps:
354354
- uses: actions/setup-go@v2
355355
with:
356-
go-version: '1.16.11'
356+
go-version: '1.16.12'
357357

358358
- uses: actions/checkout@v2
359359
with:
@@ -505,7 +505,7 @@ jobs:
505505
steps:
506506
- uses: actions/setup-go@v2
507507
with:
508-
go-version: '1.16.11'
508+
go-version: '1.16.12'
509509
- uses: actions/checkout@v2
510510
with:
511511
path: src/github.com/containerd/containerd

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/setup-go@v2
2020
with:
21-
go-version: '1.16.11'
21+
go-version: '1.16.12'
2222

2323
- uses: actions/checkout@v2
2424
with:
@@ -135,7 +135,7 @@ jobs:
135135
steps:
136136
- uses: actions/setup-go@v2
137137
with:
138-
go-version: '1.16.11'
138+
go-version: '1.16.12'
139139

140140
- uses: actions/checkout@v2
141141
with:

.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@v2
6464
with:
65-
go-version: '1.16.11'
65+
go-version: '1.16.12'
6666

6767
- name: Set env
6868
shell: bash

.zuul/playbooks/containerd-build/integration-test.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.16.11'
5+
go_version: '1.16.12'
66
arch: arm64
77
tasks:
88
- name: Install pre-requisites

.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.16.11'
5+
go_version: '1.16.12'
66
arch: arm64
77
tasks:
88
- name: Build containerd

.zuul/playbooks/containerd-build/unit-test.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.16.11'
5+
go_version: '1.16.12'
66
arch: arm64
77
tasks:
88
- name: Build and test containerd

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Vagrant.configure("2") do |config|
7777
config.vm.provision "install-golang", type: "shell", run: "once" do |sh|
7878
sh.upload_path = "/tmp/vagrant-install-golang"
7979
sh.env = {
80-
'GO_VERSION': ENV['GO_VERSION'] || "1.16.11",
80+
'GO_VERSION': ENV['GO_VERSION'] || "1.16.12",
8181
}
8282
sh.inline = <<~SHELL
8383
#!/usr/bin/env bash

contrib/Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# docker build -t containerd-test --build-arg RUNC_VERSION=v1.0.0-rc93 -f Dockerfile.test ../
1212

13-
ARG GOLANG_VERSION=1.16.11
13+
ARG GOLANG_VERSION=1.16.12
1414

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

0 commit comments

Comments
 (0)