Skip to content

Commit

Permalink
Change go cmd syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nikodemas committed Sep 12, 2023
1 parent 4bb1b99 commit b6ee441
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 -s -w -extldflags -static
go build -ldflags "-s -w -extldflags '-static'" -o monit monit.go
go build -o alert alert.go
go build -o annotationManager annotationManager.go
go build -o datasources datasources.go
Expand Down

0 comments on commit b6ee441

Please sign in to comment.