Skip to content

Commit 7c380e4

Browse files
committed
chore: update goreleaser config
1 parent 05f10a0 commit 7c380e4

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v6
2020
with:
21-
go-version: "1.22.x"
21+
go-version: "1.25.x"
2222
- name: Release Binaries
2323
uses: goreleaser/goreleaser-action@v7
2424
with:

.goreleaser.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ builds:
1616
universal_binaries:
1717
- replace: true
1818
archives:
19-
- format_overrides:
20-
- goos: windows
21-
format: zip
22-
- goos: darwin
23-
format: zip
19+
- formats:
20+
- tar.gz
21+
format_overrides:
22+
- goos: windows
23+
formats:
24+
- zip
25+
- goos: darwin
26+
formats:
27+
- zip
2428
release:
2529
mode: keep-existing
2630
changelog:

0 commit comments

Comments
 (0)