From ac3dede10c5df2f37a0919cf148fe85b019c12c1 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:41:23 +0000 Subject: [PATCH] fix catalogd binary version output. Follow up of: https://github.com/operator-framework/operator-controller/pull/1728 --- catalogd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalogd/Makefile b/catalogd/Makefile index 37fd95e057..ce56ed52ae 100644 --- a/catalogd/Makefile +++ b/catalogd/Makefile @@ -121,7 +121,7 @@ VERSION := $(shell git describe --tags --always --dirty) endif export VERSION -export VERSION_PKG := $(shell go list -mod=mod ./internal/version) +export VERSION_PKG := $(shell go list -m)/internal/version export GIT_COMMIT := $(shell git rev-parse HEAD) export GIT_VERSION := $(shell git describe --tags --always --dirty)