Skip to content

Commit 9c4637d

Browse files
ci: use setup go
1 parent dbae4ea commit 9c4637d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build-windows.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,12 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
go-version: [latest, dev-latest, mod]
1514
os: [windows-latest]
1615
runs-on: ${{ matrix.os }}
1716
steps:
1817
- uses: actions/checkout@v4
1918
- uses: actions/setup-go@v6
20-
with:
21-
go-version: ${{ matrix.go-version }}
2219

23-
- name: Go version
24-
run: go version
25-
shell: bash
2620
- name: Build
2721
run: go build ./cmd/gobrew
2822
shell: bash

0 commit comments

Comments
 (0)