From 5f95a9d22ac6189accbf6655707c4b9a93f098fb Mon Sep 17 00:00:00 2001 From: Nikodemas Tuckus Date: Tue, 12 Sep 2023 08:55:20 +0200 Subject: [PATCH] Update monit tools gh pipeline --- .github/workflows/build-go-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-go-tools.yml b/.github/workflows/build-go-tools.yml index ebb3c460..663f2da6 100644 --- a/.github/workflows/build-go-tools.yml +++ b/.github/workflows/build-go-tools.yml @@ -25,7 +25,7 @@ jobs: run: | mkdir cmsmon-tools cd src/go/MONIT - go build -o monit monit.go + go build -o monit monit.go -s -w -extldflags -static go build -o alert alert.go go build -o annotationManager annotationManager.go go build -o datasources datasources.go