Skip to content

Commit

Permalink
correct otelcol version (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
nslaughter authored Oct 3, 2024
1 parent bfa9bb7 commit 39dc9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BASE_SPACE:=$(shell pwd)
BUILD_SPACE:=$(BASE_SPACE)/build
BUCKET_NAME:=lambda-artifacts-$(shell dd if=/dev/random bs=8 count=1 2>/dev/null | od -An -tx1 | tr -d ' \t\n')
LAYER_NAME:=otel-collector
OTELCOL_VERSION="UNSET" # run recipe set-otelcol-version to get this
OTELCOL_VERSION=$(shell cat VERSION)
GIT_SHA=$(shell git rev-parse HEAD)
GOARCH ?= amd64
GOBUILD=GO111MODULE=on CGO_ENABLED=0 installsuffix=cgo go build -trimpath$(if ${BUILDTAGS}, -tags "${BUILDTAGS}",)
Expand Down

0 comments on commit 39dc9fd

Please sign in to comment.