We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f10a0 commit 7c380e4Copy full SHA for 7c380e4
.github/workflows/release-binaries.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Go
19
uses: actions/setup-go@v6
20
with:
21
- go-version: "1.22.x"
+ go-version: "1.25.x"
22
- name: Release Binaries
23
uses: goreleaser/goreleaser-action@v7
24
.goreleaser.yaml
@@ -16,11 +16,15 @@ builds:
16
universal_binaries:
17
- replace: true
archives:
- - format_overrides:
- - goos: windows
- format: zip
- - goos: darwin
+ - formats:
+ - tar.gz
+ format_overrides:
+ - goos: windows
+ formats:
+ - zip
25
+ - goos: darwin
26
27
28
release:
29
mode: keep-existing
30
changelog:
0 commit comments