Skip to content

Commit 8357eb8

Browse files
committed
fix: go version is already in the output
1 parent f929149 commit 8357eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ clean:
3434

3535
.PHONY: build
3636
build: clean set-otelcol-version
37-
@echo Building otel collector extension, go version = $(shell go version)
37+
@echo Building otel collector extension, $(shell go version)
3838
mkdir -p $(BUILD_SPACE)/extensions
3939
GOOS=linux GOARCH=$(GOARCH) $(GOBUILD) $(LDFLAGS) -o $(BUILD_SPACE)/extensions .
4040

0 commit comments

Comments
 (0)