Skip to content

Commit

Permalink
Merge pull request #809 from Icinga/gha-go-build-test-remove-gcflags-m
Browse files Browse the repository at this point in the history
GHA: Remove -gcflags="-m" from go build
  • Loading branch information
lippserd authored Sep 19, 2024
2 parents c380cc3 + 4fb0b74 commit 5e81041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: 1.x

- run: go build -gcflags="-m" ./...
- run: go build ./...

- run: go test -v -race ./...

Expand Down

0 comments on commit 5e81041

Please sign in to comment.