We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0878220 + eb35db6 commit 1849d9cCopy full SHA for 1849d9c
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
matrix:
7
go: ["1.18.x", "1.19.x", "1.20.x"]
8
- platform: [ubuntu-latest, macos-latest]
+ platform: [ubuntu-latest, windows-latest, macos-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
11
- name: Install Go ${{ matrix.go }}
0 commit comments