From f7c691f79da205be52e709127ef0a0d018481914 Mon Sep 17 00:00:00 2001 From: David Hontecillas Date: Mon, 7 Oct 2024 14:22:39 +0200 Subject: [PATCH] remove setting go version variable at link time Signed-off-by: David Hontecillas --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 97dfd046..1100e8ef 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,6 @@ build: @echo "Building the binary..." @go get . @go build -ldflags="-X ${MODULE}/pkg.Version=${VERSION} -X github.com/luraproject/lura/v2/core.KrakendVersion=${VERSION} \ - -X github.com/luraproject/lura/v2/core.GoVersion=${GOLANG_VERSION} \ -X github.com/luraproject/lura/v2/core.GlibcVersion=${GLIBC_VERSION} ${EXTRA_LDFLAGS}" \ -o ${BIN_NAME} ./cmd/krakend-ce @echo "You can now use ./${BIN_NAME}"