Skip to content

Commit

Permalink
remove deprecated flags
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamloe committed May 17, 2023
1 parent dbc6b3d commit 1bfcd41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions otelbuilder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ _builder:
# Need to specify go path because otherwise opentelemetry-collector-builder
# uses /usr/bin/go which on Github Actions is using preinstalled 1.15.12 by default.
CGO_ENABLED=$(CGO_ENABLED) ./$(BUILDER_BIN_NAME) \
--go $(GO) \
--version "$(VERSION)" \
--config otelcol-builder.yaml \
--output-path ./cmd \
--skip-compilation=$(SKIP_COMPILATION)

.PHONY: _gobuild
Expand Down

0 comments on commit 1bfcd41

Please sign in to comment.