diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a0bd1b..07f2672 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ oldstable, stable ] + go-version: [ 1.19.x, oldstable, stable ] steps: - name: Checkout code uses: actions/checkout@v4