Skip to content

Commit

Permalink
Disable Windows workflow until we upgrade the config system
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Oct 19, 2020
1 parent 0175ec4 commit 078d8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
GO111MODULE: "on"
Expand Down

0 comments on commit 078d8e9

Please sign in to comment.