Skip to content

Commit 0a06e6f

Browse files
Also test Go 1.26
1 parent c759d5f commit 0a06e6f

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
fail-fast: false
1111
matrix:
1212
runner: [ubuntu-latest]
13-
go: ['1.25']
13+
go: ['1.25', '1.26']
1414

1515
runs-on: ${{matrix.runner}}
1616
name: OS ${{matrix.runner}} Go ${{matrix.go}}

0 commit comments

Comments
 (0)