From 813c08319838c92ec14d44a3d694775232e35469 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Tue, 20 Jun 2023 12:52:49 +0200 Subject: [PATCH] Burn v2 version into binaries. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e035e4..80ce57c 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ testsemver: # Set -ldflags parameter to pass the semversion. -LDFLAGS = -ldflags "-X github.com/csaf-poc/csaf_distribution/util.SemVersion=$(SEMVER)" +LDFLAGS = -ldflags "-X github.com/csaf-poc/csaf_distribution/v2/util.SemVersion=$(SEMVER)" # Build binaries and place them under bin-$(GOOS)-$(GOARCH) # Using 'Target-specific Variable Values' to specify the build target system