Skip to content

Commit 9abdc48

Browse files
committed
Test with 1.24.0-rc.1
1 parent 3fe9a96 commit 9abdc48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest, windows-latest, macos-latest]
25+
go-version: ["1.23", "1.24.0-rc.1"]
2526
runs-on: ${{ matrix.os }}
2627
steps:
2728
- uses: actions/checkout@v4
2829
- uses: actions/setup-go@v5
2930
with:
30-
go-version: "1.23"
31+
go-version: ${{ matrix.go-version }}
3132
cache: false
3233
- run: make test

0 commit comments

Comments
 (0)