Skip to content

Commit 53861ec

Browse files
committed
🐛 Fix issue in goreleaser template
Tabs instead of spaces...
1 parent dc37f1f commit 53861ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller/dev.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ builds:
204204
binary: {{.ModuleName}}
205205
id: anyquery
206206
ldflags: "-s -w"
207-
flags: # To ensure reproducible builds
208-
- -trimpath
207+
flags: # To ensure reproducible builds
208+
- -trimpath
209209
210210
goarch:
211211
- amd64

0 commit comments

Comments
 (0)