From 4cd18795053c7354861828db0c6021241527411b Mon Sep 17 00:00:00 2001 From: Aku Kotkavuo Date: Tue, 9 Sep 2025 01:48:52 +0300 Subject: [PATCH] Add go 1.25 to the test matrix --- .github/workflows/go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 01823fab..bd111241 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: ['1.22', '1.23', '1.24'] + go: ['1.23', '1.24', '1.25'] fail-fast: false env: OS: ${{ matrix.os }} @@ -64,7 +64,7 @@ jobs: strategy: matrix: - go: ['1.22', '1.23', '1.24'] + go: ['1.23', '1.24', '1.25'] fail-fast: false env: OS: windows-latest