Skip to content

Commit c71d4cf

Browse files
committed
fix: display version for the Database Lab v2 builds
1 parent 1b2e8d8 commit c71d4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ BUILD_DIR=${GOPATH}/${SERVER_BINARY}
1313

1414
# Setup the -ldflags option for go build here, interpolate the variable values
1515
LDFLAGS = -ldflags "-s -w \
16-
-X gitlab.com/postgres-ai/database-lab/version.version=${VERSION} \
17-
-X gitlab.com/postgres-ai/database-lab/version.buildTime=${BUILD_TIME}"
16+
-X gitlab.com/postgres-ai/database-lab/v2/version.version=${VERSION} \
17+
-X gitlab.com/postgres-ai/database-lab/v2/version.buildTime=${BUILD_TIME}"
1818

1919
# Go tooling command aliases
2020
GOBUILD = GO111MODULE=on GOARCH=${GOARCH} go build ${LDFLAGS}

0 commit comments

Comments
 (0)