Upgrade to Go 1.26

This commit is contained in:
Bjørn Erik Pedersen
2026-02-11 18:37:38 +01:00
parent 8ae5e1a8be
commit b358a65c8b
69 changed files with 23 additions and 10 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.24.x, 1.25.x]
go-version: [1.25.x, 1.26.x]
os: [ubuntu-latest, windows-latest] # macos disabled for now because of disk space issues.
runs-on: ${{ matrix.os }}
steps: