Skip to content

Commit

Permalink
One more attempt at passing build tags in GOFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeler committed Jan 17, 2025
1 parent 66af642 commit 918efcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-unit-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ env:
TOTAL_RUNNERS: ${{inputs.runner-count}}
CONSUL_LICENSE: ${{secrets.consul-license}}
GOTAGS: hashicorpmetrics ${{ inputs.go-tags }}
GOFLAGS: "-tags=\"hashicorpmetrics ${{ inputs.go-tags }}\""
GOFLAGS: "-tags=hashicorpmetrics ${{ inputs.go-tags }}"
GOPRIVATE: github.com/hashicorp # Required for enterprise deps
DATADOG_API_KEY: ${{secrets.datadog-api-key}}

Expand Down

0 comments on commit 918efcf

Please sign in to comment.