Skip to content

Commit 151a813

Browse files
authored
Merge pull request #65 from AkihiroSuda/dev
CI: Go 1.20
2 parents ddc54c2 + a54ba30 commit 151a813

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
main:
1010
strategy:
1111
matrix:
12-
go-version: [1.19.x]
12+
go-version: [1.20.x]
1313
platform: [ubuntu-latest, macos-latest]
1414
runs-on: ${{ matrix.platform }}
1515
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release:
1111
strategy:
1212
matrix:
13-
go-version: [1.19.x]
13+
go-version: [1.20.x]
1414
os: [ubuntu-22.04]
1515
runs-on: ${{ matrix.os }}
1616
timeout-minutes: 20

0 commit comments

Comments
 (0)