Skip to content

Commit 9eb3006

Browse files
jackspirouclaude
andcommitted
fix: simplify goreleaser config to match working examples
- Remove dir field (not needed) - Remove trailing slash from main path - Use standard ldflags format from uuidkey project - Add builtBy=goreleaser flag 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0d50f5f commit 9eb3006

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ before:
77

88
builds:
99
- id: tokenizer
10-
main: ./cmd/tokenizer/
10+
main: ./cmd/tokenizer
1111
binary: tokenizer
12-
dir: .
1312
env:
1413
- CGO_ENABLED=0
1514
goos:
@@ -38,7 +37,7 @@ builds:
3837
- -X main.version={{.Version}}
3938
- -X main.commit={{.Commit}}
4039
- -X main.buildDate={{.Date}}
41-
- -X main.goVersion={{.Runtime.Goversion}}
40+
- -X main.builtBy=goreleaser
4241

4342
archives:
4443
- id: tokenizer

0 commit comments

Comments
 (0)