Skip to content

Commit 144e706

Browse files
authored
Update jenkins go version to 1.24 (#45)
1 parent 0ccdb3b commit 144e706

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pipeline {
77
label 'ubuntu_docker_label'
88
}
99
tools {
10-
go "Go 1.22.4"
10+
go "Go 1.24.2"
1111
}
1212
options {
1313
checkoutToSubdirectory('src/github.com/infobloxopen/migrate')

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ TEST_FLAGS ?=
77
REPO_OWNER ?= $(shell cd .. && basename "$$(pwd)")
88
COVERAGE_DIR ?= .coverage
99

10-
build:
11-
CGO_ENABLED=0 go build -ldflags='-X main.Version=$(VERSION)' -tags '$(DATABASE) $(SOURCE)' ./cmd/migrate
12-
1310
build-docker:
1411
CGO_ENABLED=0 go build -a -o build/migrate.linux-386 -ldflags="-s -w -X main.Version=${VERSION}" -tags "$(DATABASE) $(SOURCE)" ./cmd/migrate
1512

0 commit comments

Comments
 (0)