We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757f8ef commit 870e47cCopy full SHA for 870e47c
.github/workflows/golang.yml
@@ -3,8 +3,9 @@ on: [push]
3
4
jobs:
5
build:
6
- runs-on: ubuntu-latest
7
-
+ runs-on:
+ - ubuntu-latest
8
+ - windows-latest
9
steps:
10
- uses: actions/checkout@v4
11
- name: Setup Go
0 commit comments