Skip to content

Commit 7d93ee3

Browse files
authored
add go 1.26 to ci (#1052)
1 parent 903cff2 commit 7d93ee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)