diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 833ebae..6f62427 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.14.x,1.15.x] + go-version: [1.15.x,1.16.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: