Skip to content

Commit

Permalink
chore: update version flag in go releases (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisiaM authored Aug 1, 2024
1 parent f039e35 commit 437b763
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 @@ -7,7 +7,7 @@ builds:
- linux
- darwin
ldflags:
- -X github.com/cloudfoundry/cloud-service-broker/utils.Version={{.Version}}
- -X github.com/cloudfoundry/cloud-service-broker/v2/utils.Version={{.Version}}
archives:
- name_template: "{{ .ProjectName }}.{{ .Os }}"
format: binary
Expand Down

0 comments on commit 437b763

Please sign in to comment.