Skip to content

Commit

Permalink
fix catalogd binary version output.
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Feb 10, 2025
1 parent a9f402b commit ac3dede
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 -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)
Expand Down

0 comments on commit ac3dede

Please sign in to comment.