Skip to content

Commit 1aa78e4

Browse files
github actions: also test go 1.24
1 parent c4964fb commit 1aa78e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
test_versions:
4141
strategy:
4242
matrix:
43-
go: ['1.23']
43+
go: ['1.23', '1.24']
4444
os: [ubuntu-latest, macos-latest, windows-latest]
4545
name: Go ${{ matrix.go }} on ${{ matrix.os }}
4646

0 commit comments

Comments
 (0)