Update CI workflow to use Go 1.26 only

Removed Go version 1.25 from CI matrix.
This commit is contained in:
2026-02-24 21:04:31 -05:00
committed by GitHub
parent f4df4ba04e
commit 76931cc385

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.25', '1.26']
go-version: ['1.26']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5