Skip to content

Commit

Permalink
goreleaser: change import path to /v3 for settings the version var
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Feb 16, 2024
1 parent b65b1b2 commit 1b73c71
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 @@ -12,7 +12,7 @@ builds:
flags:
- -trimpath
ldflags:
- "-X github.com/simplesurance/dependencies-tool/v2/internal/cmd.version={{ .Version }}"
- "-X github.com/simplesurance/dependencies-tool/v3/internal/cmd.version={{ .Version }}"
goos:
- linux
- darwin
Expand Down

0 comments on commit 1b73c71

Please sign in to comment.