Upgrade to Go 1.25

Fixes #13924
Fixes #13931
This commit is contained in:
Bjørn Erik Pedersen
2025-08-21 12:13:53 +02:00
parent 186934feb4
commit c14fdddada
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.23.x, 1.24.x]
go-version: [1.24.x, 1.25.x]
os: [ubuntu-latest, windows-latest] # macos disabled for now because of disk space issues.
runs-on: ${{ matrix.os }}
steps: