We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f929149 commit 8357eb8Copy full SHA for 8357eb8
collector/Makefile
@@ -34,7 +34,7 @@ clean:
34
35
.PHONY: build
36
build: clean set-otelcol-version
37
- @echo Building otel collector extension, go version = $(shell go version)
+ @echo Building otel collector extension, $(shell go version)
38
mkdir -p $(BUILD_SPACE)/extensions
39
GOOS=linux GOARCH=$(GOARCH) $(GOBUILD) $(LDFLAGS) -o $(BUILD_SPACE)/extensions .
40
0 commit comments