From 89a3718d59b656aa86274cc7f7e7a6a8c0482dab Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sat, 16 Aug 2025 11:49:37 +0100 Subject: [PATCH] Add Go 1.25 to CI pipeline --- .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 d4ad1c6c..7eef26d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: strategy: fail-fast: false matrix: - goversion: ["1.23", "1.24"] + goversion: ["1.23", "1.24", "1.25"] name: Build & Test (Linux, Go ${{ matrix.goversion }}) needs: [lint] @@ -75,7 +75,7 @@ jobs: strategy: fail-fast: false matrix: - goversion: ["1.23", "1.24"] + goversion: ["1.23", "1.24", "1.25"] name: Build & Test (Windows, Go ${{ matrix.goversion }}) needs: [lint] @@ -99,7 +99,7 @@ jobs: strategy: fail-fast: false matrix: - goversion: ["1.23", "1.24"] + goversion: ["1.23", "1.24", "1.25"] name: Build & Test (macOS, Go ${{ matrix.goversion }}) needs: [lint] @@ -123,7 +123,7 @@ jobs: strategy: fail-fast: false matrix: - goversion: ["1.23", "1.24"] + goversion: ["1.23", "1.24", "1.25"] goos: - freebsd - openbsd