diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 781ddde..3c6d4c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.19.x', '1.20.x'] + go: ['1.21.x', '1.22.x'] steps: - name: Checkout code @@ -42,7 +42,7 @@ jobs: run: make test-with-coverage-profile - name: Send code coverage to coveralls - if: ${{ matrix.go == '1.20.x' }} + if: ${{ matrix.go == '1.22.x' }} env: COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |