From e98068d48dd357ce8e380db61185e00159066909 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 29 Jul 2020 17:11:40 -0400 Subject: [PATCH] Remove Windows from CI for now --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"