Skip to content

Commit 96f41ec

Browse files
committed
chore: update Go versions used by the CI
1 parent b9408a3 commit 96f41ec

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/post-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Go
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: 1.16
17+
go-version: 1.17
1818

1919
- name: Update GitHub action config
2020
run: make assets/github-action-config.json

.github/workflows/pr.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.16
18+
go-version: 1.17
1919
- name: Checkout code
2020
uses: actions/checkout@v2
2121
- name: Check go mod
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install Go
4646
uses: actions/setup-go@v2
4747
with:
48-
go-version: 1.16 # test only the latest go version to speed up CI
48+
go-version: 1.17 # test only the latest go version to speed up CI
4949
- name: Run tests
5050
run: make.exe test
5151
continue-on-error: true
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install Go
5858
uses: actions/setup-go@v2
5959
with:
60-
go-version: 1.16 # test only the latest go version to speed up CI
60+
go-version: 1.17 # test only the latest go version to speed up CI
6161
- name: Run tests
6262
run: make test
6363
tests-on-unix:
@@ -68,6 +68,7 @@ jobs:
6868
golang:
6969
- 1.15
7070
- 1.16
71+
- 1.17
7172
steps:
7273
- uses: actions/checkout@v2
7374
- name: Install Go
@@ -95,6 +96,6 @@ jobs:
9596
- name: Install Go
9697
uses: actions/setup-go@v2
9798
with:
98-
go-version: 1.16
99+
go-version: 1.17
99100
- name: Check generated files are up to date
100101
run: make fast_check_generated

.github/workflows/tag.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Go
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: 1.16
17+
go-version: 1.17
1818
- name: Unshallow
1919
run: git fetch --prune --unshallow
2020

@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Go
4141
uses: actions/setup-go@v2
4242
with:
43-
go-version: 1.16
43+
go-version: 1.17
4444

4545
- name: Unshallow
4646
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)