From 5e86d75e35281e3ce5da21bd23e63d3fccd8c5ec Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Thu, 16 Apr 2026 10:07:54 -0400 Subject: [PATCH] ci: Use go 1.26 rather than 1.24 Signed-off-by: Stefan Berger --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b41a3079..552519c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: tests: strategy: matrix: - go: ["1.24", "1.25"] + go: ["1.26", "1.25"] os: [ubuntu-22.04, windows-2022] name: Tests / ${{ matrix.os }} / ${{ matrix.go }}