Skip to content

Commit

Permalink
remove setting go version variable at link time
Browse files Browse the repository at this point in the history
Signed-off-by: David Hontecillas <[email protected]>
  • Loading branch information
dhontecillas committed Oct 7, 2024
1 parent 919f660 commit f7c691f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit f7c691f

Please sign in to comment.