Update the go version to 1.25.6 and 1.24.12 (#1474)

fixes #1469

Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
This commit is contained in:
Cosmin Cojocar
2026-01-19 18:38:57 +01:00
committed by GitHub
parent bd3c738bf0
commit b579523bf6
+2 -2
View File
@@ -11,9 +11,9 @@ jobs:
strategy:
matrix:
version:
- go-version: "1.24.11"
- go-version: "1.24.12"
golangci: "latest"
- go-version: "1.25.5"
- go-version: "1.25.6"
golangci: "latest"
runs-on: ubuntu-latest
env: