Skip to content

Commit 6b006ac

Browse files
Adjusting Makefiles to the new version location
Signed-off-by: Lalatendu Mohanty <[email protected]>
1 parent 097bf9b commit 6b006ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ endif
317317
export CGO_ENABLED
318318

319319
export GIT_REPO := $(shell go list -m)
320-
export VERSION_PATH := ${GIT_REPO}/internal/version
320+
export VERSION_PATH := ${GIT_REPO}/internal/shared/version
321321
export GO_BUILD_TAGS := containers_image_openpgp
322322
export GO_BUILD_ASMFLAGS := all=-trimpath=$(PWD)
323323
export GO_BUILD_GCFLAGS := all=-trimpath=$(PWD)

catalogd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ VERSION := $(shell git describe --tags --always --dirty)
7474
endif
7575
export VERSION
7676

77-
export VERSION_PKG := $(shell go list -m)/internal/version
77+
export VERSION_PKG := $(shell go list -m)/internal/shared/version
7878

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

0 commit comments

Comments
 (0)