summaryrefslogtreecommitdiffstats
path: root/client/go/Makefile
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2023-03-23 12:13:02 +0100
committerMartin Polden <mpolden@mpolden.no>2023-03-23 12:13:02 +0100
commit442fb4b9cd422523520f2dc29a6e512b621ead18 (patch)
treec771dfb874c927ac61137928fc5405929de54193 /client/go/Makefile
parent46f88ad9f3a7bd389e1ae6dcb5ca211896beee17 (diff)
Move build package up one level
Diffstat (limited to 'client/go/Makefile')
-rw-r--r--client/go/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index b8ce953eff0..c70154eb247 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -13,7 +13,7 @@ BIN ?= $(PREFIX)/bin
SHARE ?= $(PREFIX)/share
DIST ?= $(CURDIR)/dist
-GO_FLAGS := -ldflags "-X github.com/vespa-engine/vespa/client/go/internal/cli/build.Version=$(VERSION)"
+GO_FLAGS := -ldflags "-X github.com/vespa-engine/vespa/client/go/internal/build.Version=$(VERSION)"
GIT_ROOT := $(shell git rev-parse --show-toplevel)
DIST_TARGETS := dist-mac dist-mac-arm64 dist-linux dist-linux-arm64 dist-win32 dist-win64