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 1b2e8d8 commit c71d4cfCopy full SHA for c71d4cf
Makefile
@@ -13,8 +13,8 @@ BUILD_DIR=${GOPATH}/${SERVER_BINARY}
13
14
# Setup the -ldflags option for go build here, interpolate the variable values
15
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}"
+ -X gitlab.com/postgres-ai/database-lab/v2/version.version=${VERSION} \
+ -X gitlab.com/postgres-ai/database-lab/v2/version.buildTime=${BUILD_TIME}"
18
19
# Go tooling command aliases
20
GOBUILD = GO111MODULE=on GOARCH=${GOARCH} go build ${LDFLAGS}
0 commit comments