diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 09182a55..339fe4b1 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -27,7 +27,7 @@ jobs: # Docs: with: {fetch-depth: 0} - uses: actions/setup-go@v5 with: - go-version: '1.20' + go-version: '1.22' cache: false - name: Run linter diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8180f095..efedf2b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.20', '1.21' ] + go: [ '1.21', '1.22' ] name: Go ${{ matrix.go }} tests steps: - name: Checkout