We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598a1cf commit e1c6b64Copy full SHA for e1c6b64
.github/workflows/workflow.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
go-version: [1.14.x, 1.15.x]
26
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
27
runs-on: ${{ matrix.os }}
28
steps:
29
- name: Install Go
0 commit comments