Skip to content

Commit

Permalink
chore: use correct package path for version ldflag
Browse files Browse the repository at this point in the history
Fix the package path in the ldflag used to set the version tag in our
GoReleaser config. This will correct the version information returned by
release binaries built by GoReleaser.

Signed-off-by: Nick Hale <[email protected]>
  • Loading branch information
njhale committed Dec 14, 2024
1 parent 531dd32 commit e7d6227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ builds:
- amd64
- arm64
ldflags:
- -X "github.com/gptscript-ai/otto8/pkg/version.Tag=v{{ .Version }}"
- -X "github.com/otto8-ai/otto8/pkg/version.Tag=v{{ .Version }}"

archives:
- format: tar.gz
Expand Down

0 comments on commit e7d6227

Please sign in to comment.