Skip to content

Commit

Permalink
fix catalogd version variable paths in Makefile (#1705)
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Thomas <[email protected]>
  • Loading branch information
ankitathomas authored Feb 5, 2025
1 parent 38b4795 commit 76e8e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalogd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ VERSION := $(shell git describe --tags --always --dirty)
endif
export VERSION

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

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

0 comments on commit 76e8e3d

Please sign in to comment.