Skip to content

Commit d199ee4

Browse files
committed
Update golang to 1.17.13
Update Go runtime to 1.17.13 to address CVE-2022-32189. Full diff: golang/go@go1.17.12...go1.17.13 ------------------------------------------ From the security announcement: https://groups.google.com/g/golang-announce/c/YqYYG87xB10 We have just released Go versions 1.18.5 and 1.17.13, minor point releases. These minor releases include 1 security fixes following the security policy: encoding/gob & math/big: decoding big.Float and big.Rat can panic Decoding big.Float and big.Rat types can panic if the encoded message is too short. This is CVE-2022-32189 and Go issue https://go.dev/issue/53871. View the release notes for more information: https://go.dev/doc/devel/release#go1.17.13 Signed-off-by: Daniel Canter <[email protected]>
1 parent d97553c commit d199ee4

12 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/build-test-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/setup-go@v2
4141
with:
42-
go-version: '1.17.12'
42+
go-version: '1.17.13'
4343

4444
- uses: actions/checkout@v2
4545
with:

.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.17.12]
23+
go-version: [1.17.13]
2424
os: [ubuntu-18.04, macos-12, windows-2019]
2525

2626
steps:
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/setup-go@v2
4848
with:
49-
go-version: '1.17.12'
49+
go-version: '1.17.13'
5050

5151
- uses: actions/checkout@v2
5252
with:
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: actions/setup-go@v2
8080
with:
81-
go-version: '1.17.12'
81+
go-version: '1.17.13'
8282

8383
- uses: actions/checkout@v2
8484
with:
@@ -110,7 +110,7 @@ jobs:
110110
steps:
111111
- uses: actions/setup-go@v2
112112
with:
113-
go-version: '1.17.12'
113+
go-version: '1.17.13'
114114
- uses: actions/checkout@v2
115115
- run: go install github.com/cpuguy83/go-md2man/[email protected]
116116
- run: make man
@@ -148,7 +148,7 @@ jobs:
148148
steps:
149149
- uses: actions/setup-go@v2
150150
with:
151-
go-version: '1.17.12'
151+
go-version: '1.17.13'
152152
- uses: actions/checkout@v2
153153
- run: |
154154
set -e -x
@@ -215,7 +215,7 @@ jobs:
215215
strategy:
216216
matrix:
217217
os: [ubuntu-18.04, macos-12, windows-2019, windows-2022]
218-
go-version: ['1.16.15', '1.17.12']
218+
go-version: ['1.16.15', '1.17.13']
219219

220220
steps:
221221
- uses: actions/setup-go@v2
@@ -262,7 +262,7 @@ jobs:
262262
steps:
263263
- uses: actions/setup-go@v2
264264
with:
265-
go-version: '1.17.12'
265+
go-version: '1.17.13'
266266

267267
- uses: actions/checkout@v2
268268
with:
@@ -352,7 +352,7 @@ jobs:
352352
steps:
353353
- uses: actions/setup-go@v2
354354
with:
355-
go-version: '1.17.12'
355+
go-version: '1.17.13'
356356

357357
- uses: actions/checkout@v2
358358

@@ -471,7 +471,7 @@ jobs:
471471
steps:
472472
- uses: actions/setup-go@v2
473473
with:
474-
go-version: '1.17.12'
474+
go-version: '1.17.13'
475475
- uses: actions/checkout@v2
476476
- run: sudo -E PATH=$PATH script/setup/install-gotestsum
477477
- name: Tests

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-go@v2
2828
with:
29-
go-version: 1.17.12
29+
go-version: 1.17.13
3030

3131
# Initializes the CodeQL tools for scanning.
3232
- name: Initialize CodeQL

.github/workflows/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/setup-go@v2
2626
with:
27-
go-version: '1.17.12'
27+
go-version: '1.17.13'
2828

2929
- uses: actions/checkout@v2
3030
with:

.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.17.12'
21+
go-version: '1.17.13'
2222

2323
- uses: actions/checkout@v2
2424
with:
@@ -155,7 +155,7 @@ jobs:
155155
steps:
156156
- uses: actions/setup-go@v2
157157
with:
158-
go-version: '1.17.12'
158+
go-version: '1.17.13'
159159

160160
- uses: actions/checkout@v2
161161
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install Go
6767
uses: actions/setup-go@v2
6868
with:
69-
go-version: '1.17.12'
69+
go-version: '1.17.13'
7070
- name: Set env
7171
shell: bash
7272
env:
@@ -109,7 +109,7 @@ jobs:
109109
find ./releases/ -maxdepth 1 -type l | xargs rm
110110
working-directory: src/github.com/containerd/containerd
111111
env:
112-
GO_VERSION: '1.17.12'
112+
GO_VERSION: '1.17.13'
113113
PLATFORM: ${{ matrix.platform }}
114114
- name: Save Artifacts
115115
uses: actions/upload-artifact@v2

.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.17.12'
5+
go_version: '1.17.13'
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.17.12'
5+
go_version: '1.17.13'
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.17.12'
5+
go_version: '1.17.13'
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
@@ -91,7 +91,7 @@ EOF
9191
config.vm.provision "install-golang", type: "shell", run: "once" do |sh|
9292
sh.upload_path = "/tmp/vagrant-install-golang"
9393
sh.env = {
94-
'GO_VERSION': ENV['GO_VERSION'] || "1.17.12",
94+
'GO_VERSION': ENV['GO_VERSION'] || "1.17.13",
9595
}
9696
sh.inline = <<~SHELL
9797
#!/usr/bin/env bash

0 commit comments

Comments
 (0)