Skip to content

Commit 3d69b93

Browse files
committed
need 1.23
1 parent d57ba7f commit 3d69b93

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.24" ]
13+
go: [ "1.25", "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)