Skip to content

Commit 641563c

Browse files
ci: test latest two go versions
1 parent 930d916 commit 641563c

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', '1.24']
43+
go: ['1.24', '1.25']
4444
os: [ubuntu-latest, macos-latest, windows-latest]
4545
name: Go ${{ matrix.go }} on ${{ matrix.os }}
4646

0 commit comments

Comments
 (0)