fix ldflags

This commit is contained in:
Krzysztof
2025-08-03 12:24:29 +02:00
parent 17d11decaa
commit 68308121b8
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ watch:
.PHONY: build
build:
go build -o ./tmp/main ./cmd/uptimemonitor
go build -o ./tmp/main -ldflags "-X uptimemonitor/pkg/version.Version=dev" ./cmd/uptimemonitor
.PHONY: test
test: