Skip to content

Commit 5d29424

Browse files
committed
Test on Go v1.24
1 parent 8384f7a commit 5d29424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [[🐧, Ubuntu], [🍎, macOS], [🪟, Windows]]
10-
go: ["1.23"]
10+
go: ["1.24", "1.23"]
1111
name: ${{ matrix.os[0] }} Test Go ${{ matrix.go }} on ${{ matrix.os[1] }}
1212
runs-on: ${{ matrix.os[1] }}-latest
1313
steps:

0 commit comments

Comments
 (0)