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 0ccdb3b commit 144e706Copy full SHA for 144e706
Jenkinsfile
@@ -7,7 +7,7 @@ pipeline {
7
label 'ubuntu_docker_label'
8
}
9
tools {
10
- go "Go 1.22.4"
+ go "Go 1.24.2"
11
12
options {
13
checkoutToSubdirectory('src/github.com/infobloxopen/migrate')
Makefile
@@ -7,9 +7,6 @@ TEST_FLAGS ?=
REPO_OWNER ?= $(shell cd .. && basename "$$(pwd)")
COVERAGE_DIR ?= .coverage
-build:
- CGO_ENABLED=0 go build -ldflags='-X main.Version=$(VERSION)' -tags '$(DATABASE) $(SOURCE)' ./cmd/migrate
-
build-docker:
14
CGO_ENABLED=0 go build -a -o build/migrate.linux-386 -ldflags="-s -w -X main.Version=${VERSION}" -tags "$(DATABASE) $(SOURCE)" ./cmd/migrate
15
0 commit comments