We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf5261 commit ce837d6Copy full SHA for ce837d6
catalogd/Makefile
@@ -121,7 +121,7 @@ VERSION := $(shell git describe --tags --always --dirty)
121
endif
122
export VERSION
123
124
-export VERSION_PKG := $(shell go list -mod=mod ./internal/version)
+export VERSION_PKG := $(shell go list -m)/internal/version
125
126
export GIT_COMMIT := $(shell git rev-parse HEAD)
127
export GIT_VERSION := $(shell git describe --tags --always --dirty)
0 commit comments