Skip to content

Commit 82f1ed9

Browse files
committed
1.24
1 parent ef16bbf commit 82f1ed9

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
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
strategy:
1212
matrix:
13-
go: [ "1.25", "1.23" ]
13+
go: [ "1.24", "1.23" ]
1414
os: [ ubuntu-latest, ubuntu-24.04, ubuntu-22.04 ]
1515
name: Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules
1616
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)