We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a63b4 commit df2695dCopy full SHA for df2695d
Makefile
@@ -7,7 +7,7 @@ OUTPUT_DIR=bin
7
# 版本信息
8
VERSION ?= $(shell git tag --points-at HEAD 2>/dev/null || echo "dev")
9
GIT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo "unknown")
10
-BUILD_TIME := $(shell date -u '+%Y-%m-%d %H:%M:%S')
+BUILD_TIME := $(shell date '+%Y-%m-%d %H:%M:%S')
11
GO_VERSION := $(shell go version | awk '{print $$3}')
12
13
# ldflags
0 commit comments