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