diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 934d09f..b65217a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '1.18', '1.17', '1.13' ] + go: [ '1.19', '1.18', '1.13' ] steps: - uses: actions/checkout@v3 - name: Set up Go