feat: makefile time change back

This commit is contained in:
2026-05-01 13:15:53 +02:00
parent 73bdd959d6
commit 6d321144d4
+1 -2
View File
@@ -82,11 +82,10 @@ vendor:
#
# ==================================================================================== #
current_time = $(shell date --iso-8601=seconds)
current_time = $(shell date -u +"%Y-%m-%dT%H:%M:%S%z")
git_description = $(shell git describe --always --dirty)
linker_flags = '-s -X main.buildTime=${current_time} -X main.version=${git_description}
## build/api: build the cmd/api application
.PHONY: build/api
build/api: