Skip to content

Commit 0d50ce6

Browse files
committed
BUILD/MINOR: goreleaser: remove github action and add -trimpath
1 parent 6b50279 commit 0d50ce6

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

.github/workflows/.goreleaser.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ builds:
44
id: my-build
55
main: ./main.go
66
binary: ./build/hcl-converter
7+
flags:
8+
- -trimpath
79
env:
810
- CGO_ENABLED=0
911
goos:

0 commit comments

Comments
 (0)