Skip to content

Commit

Permalink
fix: update BUILDINFO_PKG to v2 in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
icylord committed Feb 20, 2025
1 parent f8d9fe6 commit edfcba6
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 edfcba6

Please sign in to comment.