Skip to content

Commit 76e8e3d

Browse files
authored
fix catalogd version variable paths in Makefile (#1705)
Signed-off-by: Ankita Thomas <[email protected]>
1 parent 38b4795 commit 76e8e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalogd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ VERSION := $(shell git describe --tags --always --dirty)
121121
endif
122122
export VERSION
123123

124-
export VERSION_PKG := $(shell go list -m)/internal/version
124+
export VERSION_PKG := $(shell go list -mod=mod ./internal/version)
125125

126126
export GIT_COMMIT := $(shell git rev-parse HEAD)
127127
export GIT_VERSION := $(shell git describe --tags --always --dirty)

0 commit comments

Comments
 (0)