Skip to content

Commit 43e7389

Browse files
committed
fix releaser
1 parent 5ef6bcb commit 43e7389

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
release:
88
runs-on: windows-latest
99
steps:
10-
- name: Downgrade mingw to 11.2.0
11-
run: choco install mingw --version 11.2.0 --allow-downgrade
1210
- name: Checkout
13-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1412
with:
1513
fetch-depth: 0
1614
- name: Set up Go
17-
uses: actions/setup-go@v3
15+
uses: actions/setup-go@v4
16+
with:
17+
go-version: '1.21'
1818
- name: Run GoReleaser
1919
uses: goreleaser/goreleaser-action@v4
2020
with:

0 commit comments

Comments
 (0)