File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ endif
317
317
export CGO_ENABLED
318
318
319
319
export GIT_REPO := $(shell go list -m)
320
- export VERSION_PATH := ${GIT_REPO}/internal/version
320
+ export VERSION_PATH := ${GIT_REPO}/internal/shared/ version
321
321
export GO_BUILD_TAGS := containers_image_openpgp
322
322
export GO_BUILD_ASMFLAGS := all=-trimpath=$(PWD )
323
323
export GO_BUILD_GCFLAGS := all=-trimpath=$(PWD )
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ VERSION := $(shell git describe --tags --always --dirty)
74
74
endif
75
75
export VERSION
76
76
77
- export VERSION_PKG := $(shell go list -m) /internal/version
77
+ export VERSION_PKG := $(shell go list -m) /internal/shared/ version
78
78
79
79
export GIT_COMMIT := $(shell git rev-parse HEAD)
80
80
export GIT_VERSION := $(shell git describe --tags --always --dirty)
You can’t perform that action at this time.
0 commit comments