Skip to content

Commit

Permalink
Merge pull request #239 from nikodemas/update_gh_pipeline
Browse files Browse the repository at this point in the history
Change the syntax of go command
  • Loading branch information
nikodemas authored Sep 12, 2023
2 parents 4bb1b99 + b6ee441 commit 7a2afac
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 7a2afac

Please sign in to comment.