Skip to content

Commit

Permalink
Fix version variable path in goreleaser config
Browse files Browse the repository at this point in the history
The package had changed and we forgot to change it.

Related-To: #143

Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX committed Jun 10, 2024
1 parent a474b43 commit 6cf7b5c
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 @@ -14,7 +14,7 @@ builds:
- "-X main.Commit={{ .Env.COMMIT }}"
- "-X main.CommitDate={{ .Env.COMMIT_DATE }}"
- "-X main.TreeState={{ .Env.TREE_STATE }}"
- "-X github.com/stacklok/frizbee/pkg/constants.CLIVersion={{ .Env.VERSION }}"
- "-X github.com/stacklok/frizbee/internal/cli.CLIVersion={{ .Env.VERSION }}"
goos:
- linux
- windows
Expand Down

0 comments on commit 6cf7b5c

Please sign in to comment.