From 81543e9cc03fc87cd3493efaee969a7ee00716fd Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Sat, 21 Jun 2025 20:09:12 +0100 Subject: [PATCH] Remove Go 1.22 from 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 c89445e9..d4ad1c6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: strategy: fail-fast: false matrix: - goversion: ["1.22", "1.23", "1.24"] + goversion: ["1.23", "1.24"] name: Build & Test (Linux, Go ${{ matrix.goversion }}) needs: [lint] @@ -75,7 +75,7 @@ jobs: strategy: fail-fast: false matrix: - goversion: ["1.22", "1.23", "1.24"] + goversion: ["1.23", "1.24"] name: Build & Test (Windows, Go ${{ matrix.goversion }}) needs: [lint] @@ -99,7 +99,7 @@ jobs: strategy: fail-fast: false matrix: - goversion: ["1.22", "1.23", "1.24"] + goversion: ["1.23", "1.24"] name: Build & Test (macOS, Go ${{ matrix.goversion }}) needs: [lint] @@ -123,7 +123,7 @@ jobs: strategy: fail-fast: false matrix: - goversion: ["1.22", "1.23", "1.24"] + goversion: ["1.23", "1.24"] goos: - freebsd - openbsd