Skip to content

Commit

Permalink
Update monit tools gh pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodemas committed Sep 12, 2023
1 parent b7f28ec commit 5f95a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-go-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f95a9d

Please sign in to comment.