Skip to content

Commit 1ec79ee

Browse files
committed
Update goreleaser config file.
1 parent 6005bbb commit 1ec79ee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.goreleaser.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
builds:
23
- binary: pgdash
34
targets:
@@ -15,10 +16,12 @@ builds:
1516
env:
1617
- CGO_ENABLED=0
1718
archives:
18-
- format: tar.gz
19+
- formats:
20+
- tar.gz
1921
format_overrides:
2022
- goos: windows
21-
format: zip
23+
formats:
24+
- zip
2225
files:
2326
- README.md
2427
- LICENSE

0 commit comments

Comments
 (0)