Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Commit 5eb7606

Browse files
committed
Fix goreleaser file
1 parent f93d301 commit 5eb7606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
builds:
2-
- env:
3-
- CGO_ENABLED=0
42
-
3+
env:
4+
- CGO_ENABLED=0
55
ldflags:
66
- -s -w -X github.com/devopsmakers/xterrafile/cmd.version={{.Version}} -X github.com/devopsmakers/xterrafile/cmd.commit={{.ShortCommit}} -X github.com/devopsmakers/xterrafile/cmd.date={{.Date}}
77
archive:

0 commit comments

Comments
 (0)