X Tutup
Skip to content

Commit 73dbbf5

Browse files
committed
Update to Go 1.17.1
Signed-off-by: Phil Estes <estesp@amazon.com>
1 parent cbf9d88 commit 73dbbf5

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.17]
23+
go-version: [1.17.1]
2424
os: [ubuntu-18.04, macos-10.15, 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'
49+
go-version: '1.17.1'
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'
81+
go-version: '1.17.1'
8282

8383
- uses: actions/checkout@v2
8484
with:
@@ -111,7 +111,7 @@ jobs:
111111
steps:
112112
- uses: actions/setup-go@v2
113113
with:
114-
go-version: '1.17'
114+
go-version: '1.17.1'
115115
- uses: actions/checkout@v2
116116
- run: go get github.com/cpuguy83/go-md2man/v2@v2.0.1
117117
- run: make man
@@ -145,7 +145,7 @@ jobs:
145145
steps:
146146
- uses: actions/setup-go@v2
147147
with:
148-
go-version: '1.17'
148+
go-version: '1.17.1'
149149
- uses: actions/checkout@v2
150150
- run: |
151151
set -e -x
@@ -202,7 +202,7 @@ jobs:
202202
strategy:
203203
matrix:
204204
os: [ubuntu-18.04, macos-10.15, windows-2019]
205-
go-version: ['1.17']
205+
go-version: ['1.17.1']
206206

207207
steps:
208208
- uses: actions/setup-go@v2
@@ -244,7 +244,7 @@ jobs:
244244
steps:
245245
- uses: actions/setup-go@v2
246246
with:
247-
go-version: '1.17'
247+
go-version: '1.17.1'
248248

249249
- uses: actions/checkout@v2
250250
with:
@@ -325,7 +325,7 @@ jobs:
325325
steps:
326326
- uses: actions/setup-go@v2
327327
with:
328-
go-version: '1.17'
328+
go-version: '1.17.1'
329329

330330
- uses: actions/checkout@v2
331331

@@ -444,7 +444,7 @@ jobs:
444444
steps:
445445
- uses: actions/setup-go@v2
446446
with:
447-
go-version: '1.17'
447+
go-version: '1.17.1'
448448
- uses: actions/checkout@v2
449449
- run: sudo -E PATH=$PATH script/setup/install-gotestsum
450450
- 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.17'
21+
go-version: '1.17.1'
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.17'
138+
go-version: '1.17.1'
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.17'
65+
go-version: '1.17.1'
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.17'
5+
go_version: '1.17.1'
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'
5+
go_version: '1.17.1'
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'
5+
go_version: '1.17.1'
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.17",
80+
'GO_VERSION': ENV['GO_VERSION'] || "1.17.1",
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.17
13+
ARG GOLANG_VERSION=1.17.1
1414
ARG GOLANG_IMAGE=golang
1515

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

0 commit comments

Comments
 (0)
X Tutup