diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 4b3766a..3830984 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -5,7 +5,7 @@ jobs: name: Test MacOS strategy: matrix: - go-version: [1.13.x, 1.14.x] + go-version: [1.14.x, 1.15.x] platform: [macos-latest] runs-on: ${{ matrix.platform }} steps: