Skip to content

Commit 21d3bfd

Browse files
authored
Fix build of release binaries (#2)
1 parent d4db0f6 commit 21d3bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
builds:
2-
- main: ./cmd/gocheckcompilerdirectives
2+
- main: .
33
targets: [go_first_class]
44
flags: [-trimpath]
55
mod_timestamp: '{{.CommitTimestamp}}'

0 commit comments

Comments
 (0)