From 899f8a06bca5c11db5857dedb7573c7100aa104d Mon Sep 17 00:00:00 2001 From: Carlo Goetz Date: Fri, 16 Jan 2026 15:33:42 +0100 Subject: [PATCH] feat(ci) also run on go 1.24, 1.25 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8345e6815..08927b42d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go-version: ["1.21", "1.22", "1.23"] + go-version: ["1.21", "1.22", "1.23", "1.24", "1.25"] runs-on: ${{ matrix.os }} steps: - name: Checkout