Skip to content

Commit 74b248e

Browse files
committed
CI: update Go (1.20)
Signed-off-by: Akihiro Suda <[email protected]>
1 parent f7e7add commit 74b248e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
xcrun --show-sdk-version
2929
- uses: actions/setup-go@v3
3030
with:
31-
go-version: 1.19.x
31+
go-version: 1.20.x
3232
- uses: actions/checkout@v3
3333
with:
3434
fetch-depth: 1
@@ -51,7 +51,7 @@ jobs:
5151
path: _artifacts/
5252
- uses: actions/setup-go@v3
5353
with:
54-
go-version: 1.19.x
54+
go-version: 1.20.x
5555
- name: Install gcc-aarch64-linux-gnu
5656
run: |
5757
sudo apt-get update

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@v3
1717
with:
18-
go-version: 1.19.x
18+
go-version: 1.20.x
1919
- uses: actions/checkout@v3
2020
with:
2121
fetch-depth: 1
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
- uses: actions/setup-go@v3
5858
with:
59-
go-version: 1.19.x
59+
go-version: 1.20.x
6060
- uses: actions/checkout@v3
6161
with:
6262
fetch-depth: 1
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/setup-go@v3
7979
with:
80-
go-version: 1.19.x
80+
go-version: 1.20.x
8181
- uses: actions/checkout@v3
8282
with:
8383
fetch-depth: 1
@@ -143,7 +143,7 @@ jobs:
143143
steps:
144144
- uses: actions/setup-go@v3
145145
with:
146-
go-version: 1.19.x
146+
go-version: 1.20.x
147147
- uses: actions/checkout@v3
148148
with:
149149
fetch-depth: 1
@@ -216,7 +216,7 @@ jobs:
216216
steps:
217217
- uses: actions/setup-go@v3
218218
with:
219-
go-version: 1.19.x
219+
go-version: 1.20.x
220220
- uses: actions/checkout@v3
221221
with:
222222
fetch-depth: 0

0 commit comments

Comments
 (0)