Skip to content

Commit 4bca49e

Browse files
author
Karel Bilek
authored
Update go.yml
1 parent baf121e commit 4bca49e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
go-version: [1.16.x]
8-
# TODO: make windows work
9-
# platform: [ubuntu-latest, macos-latest, windows-latest]
10-
platform: [ubuntu-latest, macos-latest]
8+
platform: [ubuntu-latest]
119
runs-on: ${{ matrix.platform }}
1210
steps:
1311
- name: Install Go

0 commit comments

Comments
 (0)