X Tutup
Skip to content

Commit 42a28ad

Browse files
committed
Update Go to 1.16.7
go1.16.7 (released 2021-08-05) includes a security fix to the net/http/httputil package, as well as bug fixes to the compiler, the linker, the runtime, the go command, and the net/http package. See the Go 1.16.7 milestone on the issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.16.7+label%3ACherryPickApproved Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent fedd657 commit 42a28ad

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
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.6]
23+
go-version: [1.16.7]
2424
os: [ubuntu-18.04, macos-10.15, windows-2019]
2525

2626
steps:
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/setup-go@v2
4343
with:
44-
go-version: '1.16.6'
44+
go-version: '1.16.7'
4545

4646
- uses: actions/checkout@v2
4747
with:
@@ -73,7 +73,7 @@ jobs:
7373
steps:
7474
- uses: actions/setup-go@v2
7575
with:
76-
go-version: '1.16.6'
76+
go-version: '1.16.7'
7777

7878
- uses: actions/checkout@v2
7979
with:
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
- uses: actions/setup-go@v2
108108
with:
109-
go-version: '1.16.6'
109+
go-version: '1.16.7'
110110
- uses: actions/checkout@v2
111111
- run: go get github.com/cpuguy83/go-md2man/v2@v2.0.1
112112
- run: make man
@@ -140,7 +140,7 @@ jobs:
140140
steps:
141141
- uses: actions/setup-go@v2
142142
with:
143-
go-version: '1.16.6'
143+
go-version: '1.16.7'
144144
- uses: actions/checkout@v2
145145
- run: |
146146
set -e -x
@@ -197,7 +197,7 @@ jobs:
197197
strategy:
198198
matrix:
199199
os: [ubuntu-18.04, macos-10.15, windows-2019]
200-
go-version: ['1.16.6']
200+
go-version: ['1.16.7']
201201

202202
steps:
203203
- uses: actions/setup-go@v2
@@ -239,7 +239,7 @@ jobs:
239239
steps:
240240
- uses: actions/setup-go@v2
241241
with:
242-
go-version: '1.16.6'
242+
go-version: '1.16.7'
243243

244244
- uses: actions/checkout@v2
245245
with:
@@ -320,7 +320,7 @@ jobs:
320320
steps:
321321
- uses: actions/setup-go@v2
322322
with:
323-
go-version: '1.16.6'
323+
go-version: '1.16.7'
324324

325325
- uses: actions/checkout@v2
326326

@@ -439,7 +439,7 @@ jobs:
439439
steps:
440440
- uses: actions/setup-go@v2
441441
with:
442-
go-version: '1.16.6'
442+
go-version: '1.16.7'
443443
- uses: actions/checkout@v2
444444
- run: sudo -E PATH=$PATH script/setup/install-gotestsum
445445
- name: Tests

.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.6'
21+
go-version: '1.16.7'
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.6'
138+
go-version: '1.16.7'
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.6'
65+
go-version: '1.16.7'
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.3'
5+
go_version: '1.16.7'
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.6'
5+
go_version: '1.16.7'
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.3'
5+
go_version: '1.16.7'
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.6",
80+
'GO_VERSION': ENV['GO_VERSION'] || "1.16.7",
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-rc94 -f Dockerfile.test ../
1212

13-
ARG GOLANG_VERSION=1.16.6
13+
ARG GOLANG_VERSION=1.16.7
1414
ARG GOLANG_IMAGE=golang
1515

1616
FROM ${GOLANG_IMAGE}:${GOLANG_VERSION} AS golang

script/setup/prepare_env_windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prepare windows environment for building and running containerd tests
22

3-
$PACKAGES= @{ mingw = ""; git = ""; golang = "1.16.6"; make = "" }
3+
$PACKAGES= @{ mingw = ""; git = ""; golang = "1.16.7"; make = "" }
44

55
write-host "Downloading chocolatey package"
66
curl.exe -L "https://packages.chocolatey.org/chocolatey.0.10.15.nupkg" -o 'c:\choco.zip'

0 commit comments

Comments
 (0)
X Tutup