Skip to content

Commit 499f4e5

Browse files
shoaebjindaniShoaeb Jindani
andauthored
Bump go to 1.24.3 (#859)
Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com> Co-authored-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
1 parent a3276e0 commit 499f4e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/image-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
env:
2525
GOPATH: /opt/go
2626
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
2828

2929
jobs:
3030
build-deployer-image:

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
env:
2727
GOPATH: /opt/go
2828
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
3030

3131
jobs:
3232
deployer-unit-tests:

packages/fabric-deployer/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ TAG ?= $(shell git rev-parse --short HEAD)
2121
PULL ?= $(TRAVIS_PULL_REQUEST)
2222
ARCH ?= $(shell go env GOARCH)
2323
BRANCH ?= $(shell git branch --show-current)
24-
GO_VER ?= 1.23.1
24+
GO_VER ?= 1.24.3
2525
BUILD_ID = $(shell git rev-parse --short HEAD)
2626
BUILD_DATE = $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
2727

packages/fabric-deployer/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/IBM-Blockchain/fabric-deployer
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
// points to fabric-operator repo of api branch

0 commit comments

Comments
 (0)