Skip to content

Commit be91646

Browse files
committed
CI: use Go 1.23 and 1.24
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 9e31a8d commit be91646

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.22.x, 1.23.x]
12+
go-version: [1.23.x, 1.24.x]
1313
platform: [ubuntu-latest, macos-latest]
1414
runs-on: ${{ matrix.platform }}
1515
steps:

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
release:
99
strategy:
1010
matrix:
11-
go-version: [1.23.x]
12-
os: [ubuntu-22.04]
11+
go-version: [1.24.x]
12+
os: [ubuntu-24.04]
1313
runs-on: ${{ matrix.os }}
1414
timeout-minutes: 20
1515
steps:

0 commit comments

Comments
 (0)