File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ VERSION="${1:-`get_latest_git_tag`}"
1212
1313# makes builds reproducible
1414export CGO_ENABLED=0
15- LDFLAGS=" -X github.com/vmware-tanzu/carvel- kapp-controller/cli/pkg/kctrl/version.Version=$VERSION "
15+ LDFLAGS=" -X carvel.dev/ kapp-controller/cli/pkg/kctrl/version.Version=$VERSION "
1616
1717GOOS=darwin GOARCH=amd64 go build -ldflags=" $LDFLAGS " -trimpath -o kctrl-darwin-amd64 ./cmd/kctrl/...
1818GOOS=darwin GOARCH=arm64 go build -ldflags=" $LDFLAGS " -trimpath -o kctrl-darwin-arm64 ./cmd/kctrl/...
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ VERSION="${1:-`get_latest_git_tag`}"
1010
1111# makes builds reproducible
1212export CGO_ENABLED=0
13- LDFLAGS=" -X github.com/vmware-tanzu/carvel- kapp-controller/cli/pkg/kctrl/version.Version=$VERSION "
13+ LDFLAGS=" -X carvel.dev/ kapp-controller/cli/pkg/kctrl/version.Version=$VERSION "
1414
1515go mod vendor
1616go mod tidy
You can’t perform that action at this time.
0 commit comments