From cf3c9a658b9365d49186f5a30e2aa4ddf669612c Mon Sep 17 00:00:00 2001 From: Martijn Date: Sat, 17 Feb 2024 01:19:59 +0100 Subject: [PATCH] Update test-and-coverage-report.yml --- .github/workflows/test-and-coverage-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-coverage-report.yml b/.github/workflows/test-and-coverage-report.yml index 3ac19ee..13eed1d 100644 --- a/.github/workflows/test-and-coverage-report.yml +++ b/.github/workflows/test-and-coverage-report.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.20', '1.21' ] + go: [ '1.21', '1.22' ] name: Go ${{ matrix.go }} steps: - uses: actions/checkout@v4