diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 380e109..c3fe4d5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,7 @@ jobs: strategy: matrix: go-version: [1.11.x, 1.12.x, 1.13.x] - platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} env: GO111MODULE: "on"