From 67d56cb8cd8d9b1b7a15c1238999c847ec92ea40 Mon Sep 17 00:00:00 2001 From: tillkuhn Date: Mon, 18 Mar 2024 23:34:42 +0100 Subject: [PATCH] force ommit --- go/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/Makefile b/go/Makefile index 6fde9ceb..6f806da7 100644 --- a/go/Makefile +++ b/go/Makefile @@ -54,7 +54,7 @@ build-topkapi: setup ## go build library topkapi for kafka cd topkapi; go test . -coverprofile="coverage.out" -v; \ env GOOS=$(GOOS) GOARCH=$(ARCH) CGO_ENABLED=0 go build -ldflags "-X 'main.BuildTime=$(BUILD_TIME)' -X 'main.ReleaseName=$(RELEASE_NAME)' -X 'main.AppVersion=$(RELEASE_VERSION)' $(LDFLAGS_EXT)" -o ../dist/topkapi cmd/topkapi/main.go -## go build all submodules and libs +## go build all submodules and libraries .PHONY: build build: build-imagine build-healthbells build-polly build-remindabot build-topkapi