diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 781fae067a1..2cfcd7fc21b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -137,7 +137,7 @@ jobs: unittest-matrix: strategy: matrix: - go-version: ["~1.21.5", "~1.20.12"] # 1.20 needs quotes otherwise it's interpreted as 1.2 + go-version: ["~1.22", "~1.21.5", "~1.20.12"] # 1.20 needs quotes otherwise it's interpreted as 1.2 runs-on: ubuntu-latest needs: [setup-environment] steps: