matrix-tools: now uses go 1.25, adjust CI accordingly.

This commit is contained in:
Gaël Goinvic 2025-12-23 14:56:56 +01:00
parent 8e0042309a
commit 92ca2d76b4
No known key found for this signature in database
GPG key ID: 1432A13D0F88CEAF
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@ on:
env:
REGISTRY_IMAGE: ghcr.io/${{ github.repository }}/matrix-tools
GO_VERSION: "1.24"
GO_VERSION: "1.25"
jobs:
gofmt:

View file

@ -0,0 +1 @@
CI: Adjust Go version used to test matrix-tools to 1.25.