Skip to content

Commit cc8a8f7

Browse files
committed
Merge branch 'builds-v2' into 'master'
fix: display version for the Database Lab v2 builds See merge request postgres-ai/database-lab!271
2 parents 1b2e8d8 + c71d4cf commit cc8a8f7

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)