diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 8090366e..2483bafd 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -5,7 +5,7 @@ jobs: test: strategy: matrix: - go-version: [1.17.x, 1.18.x] + go-version: [1.19.x, 1.20.x] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: