File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
env :
25
25
GOPATH : /opt/go
26
26
PATH : /opt/go/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
27
- GO_VER : 1.23.5
27
+ GO_VER : 1.24.3
28
28
29
29
jobs :
30
30
build-deployer-image :
Original file line number Diff line number Diff line change 26
26
env :
27
27
GOPATH : /opt/go
28
28
PATH : /opt/go/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
29
- GO_VER : 1.23.5
29
+ GO_VER : 1.24.3
30
30
31
31
jobs :
32
32
deployer-unit-tests :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ TAG ?= $(shell git rev-parse --short HEAD)
21
21
PULL ?= $(TRAVIS_PULL_REQUEST )
22
22
ARCH ?= $(shell go env GOARCH)
23
23
BRANCH ?= $(shell git branch --show-current)
24
- GO_VER ?= 1.23.1
24
+ GO_VER ?= 1.24.3
25
25
BUILD_ID = $(shell git rev-parse --short HEAD)
26
26
BUILD_DATE = $(shell date -u +"% Y-% m-% dT% H:% M:% SZ")
27
27
Original file line number Diff line number Diff line change 1
1
module github.com/IBM-Blockchain/fabric-deployer
2
2
3
- go 1.23 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
// points to fabric-operator repo of api branch
You can’t perform that action at this time.
0 commit comments