Skip to content

Commit 39dc9fd

Browse files
authored
correct otelcol version (#1543)
1 parent bfa9bb7 commit 39dc9fd

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
@@ -4,7 +4,7 @@ BASE_SPACE:=$(shell pwd)
44
BUILD_SPACE:=$(BASE_SPACE)/build
55
BUCKET_NAME:=lambda-artifacts-$(shell dd if=/dev/random bs=8 count=1 2>/dev/null | od -An -tx1 | tr -d ' \t\n')
66
LAYER_NAME:=otel-collector
7-
OTELCOL_VERSION="UNSET" # run recipe set-otelcol-version to get this
7+
OTELCOL_VERSION=$(shell cat VERSION)
88
GIT_SHA=$(shell git rev-parse HEAD)
99
GOARCH ?= amd64
1010
GOBUILD=GO111MODULE=on CGO_ENABLED=0 installsuffix=cgo go build -trimpath$(if ${BUILDTAGS}, -tags "${BUILDTAGS}",)

0 commit comments

Comments
 (0)