Skip to content

Commit

Permalink
Merge pull request #821 from saschagrunert/go-1.17
Browse files Browse the repository at this point in the history
Switch to go1.17 for CI
  • Loading branch information
k8s-ci-robot committed Aug 24, 2021
2 parents 201e715 + 057a0a4 commit 8cdd9d8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'

- name: Set env
shell: bash
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'

- name: Set env
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containerd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'

- name: Set env
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'

- name: Setup environment
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockershim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'

- name: Set Go binary path
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'

- name: Set env
shell: bash
Expand Down

0 comments on commit 8cdd9d8

Please sign in to comment.