We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baf121e commit 4bca49eCopy full SHA for 4bca49e
.github/workflows/go.yml
@@ -5,9 +5,7 @@ jobs:
5
strategy:
6
matrix:
7
go-version: [1.16.x]
8
- # TODO: make windows work
9
- # platform: [ubuntu-latest, macos-latest, windows-latest]
10
- platform: [ubuntu-latest, macos-latest]
+ platform: [ubuntu-latest]
11
runs-on: ${{ matrix.platform }}
12
steps:
13
- name: Install Go
0 commit comments