From 92ca2d76b4276ac90da363787e6f5ff24604069e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Goinvic?= Date: Tue, 23 Dec 2025 14:56:56 +0100 Subject: [PATCH] matrix-tools: now uses go 1.25, adjust CI accordingly. --- .github/workflows/matrix-tools.yml | 2 +- newsfragments/952.internal.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 newsfragments/952.internal.md diff --git a/.github/workflows/matrix-tools.yml b/.github/workflows/matrix-tools.yml index 52e1070b..a9098a55 100644 --- a/.github/workflows/matrix-tools.yml +++ b/.github/workflows/matrix-tools.yml @@ -17,7 +17,7 @@ on: env: REGISTRY_IMAGE: ghcr.io/${{ github.repository }}/matrix-tools - GO_VERSION: "1.24" + GO_VERSION: "1.25" jobs: gofmt: diff --git a/newsfragments/952.internal.md b/newsfragments/952.internal.md new file mode 100644 index 00000000..9900a36b --- /dev/null +++ b/newsfragments/952.internal.md @@ -0,0 +1 @@ +CI: Adjust Go version used to test matrix-tools to 1.25.