We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbae4ea commit 9c4637dCopy full SHA for 9c4637d
1 file changed
.github/workflows/build-windows.yml
@@ -11,18 +11,12 @@ jobs:
11
build:
12
strategy:
13
matrix:
14
- go-version: [latest, dev-latest, mod]
15
os: [windows-latest]
16
runs-on: ${{ matrix.os }}
17
steps:
18
- uses: actions/checkout@v4
19
- uses: actions/setup-go@v6
20
- with:
21
- go-version: ${{ matrix.go-version }}
22
23
- - name: Go version
24
- run: go version
25
- shell: bash
26
- name: Build
27
run: go build ./cmd/gobrew
28
shell: bash
0 commit comments