Skip to content

Commit 29f0104

Browse files
authoredJan 24, 2025··
.github/workflows: test against Go 1.24 RC 2 (#297)
1 parent 6cbd046 commit 29f0104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macos-latest, windows-latest]
10-
go: ['1.18.x', '1.19.x', '1.20.x', '1.21.x', '1.22.x', '1.23.x', '1.24.0-rc.1']
10+
go: ['1.18.x', '1.19.x', '1.20.x', '1.21.x', '1.22.x', '1.23.x', '1.24.0-rc.2']
1111
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
1212
runs-on: ${{ matrix.os }}
1313
defaults:
@@ -137,7 +137,7 @@ jobs:
137137
freebsd:
138138
strategy:
139139
matrix:
140-
go: ['1.18.10', '1.19.13', '1.20.14', '1.21.13', '1.22.10', '1.23.4', '1.24rc1']
140+
go: ['1.18.10', '1.19.13', '1.20.14', '1.21.13', '1.22.11', '1.23.5', '1.24rc2']
141141
name: Test with Go ${{ matrix.go }} on FreeBSD
142142
runs-on: ubuntu-22.04
143143
defaults:

0 commit comments

Comments
 (0)
Please sign in to comment.