diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c7be3c5..81907bc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - go-version: [1.16.x] + go-version: [1.17.x, 1.18.x] os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: