Only support the latest Go version

Which is currently Go 1.26.

Closes #14997
This commit is contained in:
Bjørn Erik Pedersen
2026-06-07 11:49:30 +02:00
parent ff2903a931
commit 98ad9b3c03
6 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.25.x, 1.26.x]
go-version: [1.26.x]
os: [ubuntu-latest, windows-latest] # macos disabled for now because of disk space issues.
runs-on: ${{ matrix.os }}
steps: