Skip to content

Commit e1c6b64

Browse files
committed
Windows support to be checked...
1 parent 598a1cf commit e1c6b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
go-version: [1.14.x, 1.15.x]
26-
os: [ubuntu-latest, macos-latest, windows-latest]
26+
os: [ubuntu-latest, macos-latest]
2727
runs-on: ${{ matrix.os }}
2828
steps:
2929
- name: Install Go

0 commit comments

Comments
 (0)