From 36b6399bb7bc74d218f25296ebb3ff47218f59d9 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 19 Feb 2026 16:12:02 +0000 Subject: [PATCH] Enable Go 1.26 in CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98295691..ee9d93d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: false matrix: - goversion: ["1.24", "1.25"] + goversion: ["1.24", "1.25", "1.26"] name: Build & Test (Linux, Go ${{ matrix.goversion }}) needs: [lint] @@ -73,7 +73,7 @@ jobs: strategy: fail-fast: false matrix: - goversion: ["1.24", "1.25"] + goversion: ["1.24", "1.25", "1.26"] name: Build & Test (Windows, Go ${{ matrix.goversion }}) needs: [lint] @@ -97,7 +97,7 @@ jobs: strategy: fail-fast: false matrix: - goversion: ["1.24", "1.25"] + goversion: ["1.24", "1.25", "1.26"] name: Build & Test (macOS, Go ${{ matrix.goversion }}) needs: [lint] @@ -121,7 +121,7 @@ jobs: strategy: fail-fast: false matrix: - goversion: ["1.24", "1.25"] + goversion: ["1.24", "1.25", "1.26"] goos: - freebsd - openbsd