Skip to content

Commit b0daf62

Browse files
authored
Merge pull request #138 from x448/x448-patch-2
Add Go 1.25 and 1.26 to ci.yml
2 parents ed237cf + 41cb852 commit b0daf62

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
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [macos-latest, ubuntu-latest, windows-latest]
28-
go-version: [1.17, 1.23, 1.24] # oldest supported version and latest 2 versions
28+
go-version: [1.17, 1.25, 1.26] # oldest supported version and latest 2 versions
2929
runs-on: ${{ matrix.os }}
3030
permissions:
3131
contents: read

0 commit comments

Comments
 (0)