Skip to content

Commit 7ba2b92

Browse files
committed
fix: use relative directory path for ko main in goreleaser config
1 parent eb24b21 commit 7ba2b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project_name: node-role-controller
55
builds:
66
- id: node-role-controller
77
binary: node-role-controller
8-
main: main.go
8+
main: .
99
mod_timestamp: '{{ .CommitTimestamp }}'
1010
env:
1111
- CGO_ENABLED=0

0 commit comments

Comments
 (0)