Skip to content

Commit ce837d6

Browse files
fix catalogd binary version output. (#1732)
Follow up of: #1728
1 parent 1cf5261 commit ce837d6

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 -mod=mod ./internal/version)
124+
export VERSION_PKG := $(shell go list -m)/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)