From 4a494da49db727c348878bce132dd0134f908783 Mon Sep 17 00:00:00 2001 From: Agnes Tevesz Date: Fri, 20 Dec 2024 03:17:10 -0600 Subject: [PATCH] CDPCP-13607 Add go version 1.22 to test matrix (#196) The toolchain was upgraded to 1.22, the tests should be running on this version as well. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c03586f6..7b36acb9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - go-version: ['1.21'] + go-version: ['1.21', '1.22'] steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 @@ -70,7 +70,7 @@ jobs: - macos-latest - windows-latest - ubuntu-latest - go-version: ['1.21'] + go-version: ['1.21', '1.22'] steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4