Skip to content

Commit 0b54477

Browse files
committed
chore: update Go versions used by the CI
1 parent c6142e3 commit 0b54477

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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-5
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:
@@ -66,8 +66,8 @@ jobs:
6666
strategy:
6767
matrix:
6868
golang:
69-
- 1.15
7069
- 1.16
70+
- 1.17
7171
steps:
7272
- uses: actions/checkout@v2
7373
- name: Install Go
@@ -95,6 +95,6 @@ jobs:
9595
- name: Install Go
9696
uses: actions/setup-go@v2
9797
with:
98-
go-version: 1.16
98+
go-version: 1.17
9999
- name: Check generated files are up to date
100100
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)