Skip to content

Commit

Permalink
[artemiscloud#677] Fix makefile ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev committed Aug 29, 2023
1 parent b7c78fe commit 6094b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ SHELL = /usr/bin/env bash -o pipefail
.SHELLFLAGS = -ec

BUILD_TIMESTAMP := $(shell date '+%Y-%m-%dT%H:%M:%S')
LDFLAGS = "$(GO_MODULE)/version.BuildTimestamp=$(BUILD_TIMESTAMP)"
LDFLAGS = "-X '$(GO_MODULE)/version.BuildTimestamp=$(BUILD_TIMESTAMP)'"


.PHONY: all
Expand Down

0 comments on commit 6094b99

Please sign in to comment.