diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e5ea9d..74e99cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.22' - name: Install dependencies run: make install # curl installs must occur in the same step as the linter to run properly on CI @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21'] + go-version: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22'] steps: - name: Checkout Repository uses: actions/checkout@v4