Skip to content

Commit aa88c4f

Browse files
committed
add go 1.26 to ci
1 parent 903cff2 commit aa88c4f

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
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
go-version: [1.22.x, 1.23.x, 1.24.x, 1.25.x]
23+
go-version: [1.22.x, 1.23.x, 1.24.x, 1.25.x, 1.26.x]
2424
os: [ubuntu-latest, windows-latest]
2525

2626
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)