Remove Windows from CI for now

This commit is contained in:
Christian Rocha
2020-07-29 17:11:40 -04:00
committed by GitHub
parent c6a1afd3c7
commit e98068d48d

View File

@@ -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"