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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"