From 6943847a0ff1c61e70a00e19d0fb8bbd4a0c0be4 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 1 Apr 2026 15:30:47 +0200 Subject: [PATCH] ci: update tested Go versions to currently supported 1.25 an 1.26 Update the tested Go version in CI to the officially supported releases. Signed-off-by: Tobias Klauser --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 921e083..53bf88a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: # Minimum required version per go.mod and latest two supported releases. - go-version: ["1.22", "1.24", "1.25"] + go-version: ["1.22", "1.25", "1.26"] runs-on: ubuntu-latest steps: - name: Install Go