Skip to content

Commit f290403

Browse files
committed
bump go version to 1.24
1 parent 8ac79c4 commit f290403

File tree

25 files changed

+27
-39
lines changed

25 files changed

+27
-39
lines changed

framework/examples/myproject/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/smartcontractkit/chainlink-testing-framework/framework/examples
22

3-
go 1.23.3
3+
go 1.24
4+
5+
toolchain go1.24.0
46

57
replace (
68
github.com/smartcontractkit/chainlink-testing-framework/framework => ../../

framework/examples/myproject_cll/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/smartcontractkit/chainlink-testing-framework/framework/examples_cll
22

3-
go 1.23.1
4-
5-
toolchain go1.23.3
3+
go 1.24
64

75
replace (
86
github.com/smartcontractkit/chainlink-testing-framework/framework => ../../

framework/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-testing-framework/framework
22

3-
go 1.23
3+
go 1.24
44

55
replace github.com/smartcontractkit/chainlink-testing-framework/seth => ../seth
66

havoc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-testing-framework/havoc
22

3-
go 1.22.5
3+
go 1.24
44

55
require (
66
github.com/chaos-mesh/chaos-mesh/api v0.0.0-20240821051457-da69c6d9617a

infra/ec2/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module ec2
22

3-
go 1.22.0
4-
5-
toolchain go1.23.3
3+
go 1.24
64

75
require (
86
github.com/aws/aws-cdk-go/awscdk/v2 v2.173.2

k8s-test-runner/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-testing-framework/k8s-test-runner
22

3-
go 1.22.5
3+
go 1.24
44

55
require (
66
github.com/BurntSushi/toml v1.4.0

lib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-testing-framework/lib
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
dario.cat/mergo v1.0.1

lib/grafana/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-testing-framework/lib/grafana
22

3-
go 1.22.5
3+
go 1.24
44

55
require (
66
github.com/go-resty/resty/v2 v2.11.0

parrot/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smartcontractkit/chainlink-testing-framework/parrot
22

3-
go 1.23.6
3+
go 1.24
44

55
require (
66
github.com/go-chi/chi v1.5.5

sentinel/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/smartcontractkit/chainlink-testing-framework/sentinel
22

3-
go 1.23
4-
5-
toolchain go1.23.3
3+
go 1.24
64

75
require (
86
github.com/ethereum/go-ethereum v1.14.11

0 commit comments

Comments
 (0)