Skip to content

Commit

Permalink
Merge pull request #238 from nikodemas/update_gh_pipeline
Browse files Browse the repository at this point in the history
Update monit tools GH pipeline
  • Loading branch information
nikodemas authored Sep 12, 2023
2 parents b7f28ec + 5f95a9d commit 4bb1b99
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 4bb1b99

Please sign in to comment.