From 1e6be4ec2dd06626fc7921a5dd9b769d08fa9217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Tudur=C3=AD?= Date: Fri, 21 Feb 2025 11:16:02 +0100 Subject: [PATCH] fix: update BUILDINFO_PKG to v2 in Makefile (#1682) (#1685) Co-authored-by: icylord --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1dcb20729..815551a63 100644 --- a/Makefile +++ b/Makefile @@ -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