Skip to content

Commit

Permalink
fix: update BUILDINFO_PKG to v2 in Makefile (#1682) (#1685)
Browse files Browse the repository at this point in the history
Co-authored-by: icylord <[email protected]>
  • Loading branch information
marctc and icylord authored Feb 21, 2025
1 parent 44b108e commit 1e6be4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PROTOC_IMAGE = docker.io/mariomac/protoc-go:latest
# RELEASE_VERSION will contain the tag name, or the branch name if current commit is not a tag
RELEASE_VERSION := $(shell git describe --all | cut -d/ -f2)
RELEASE_REVISION := $(shell git rev-parse --short HEAD )
BUILDINFO_PKG ?= github.com/grafana/beyla/pkg/buildinfo
BUILDINFO_PKG ?= github.com/grafana/beyla/v2/pkg/buildinfo
TEST_OUTPUT ?= ./testoutput

IMG_REGISTRY ?= docker.io
Expand Down

0 comments on commit 1e6be4e

Please sign in to comment.