Skip to content

Commit 7f83474

Browse files
committed
specify patch version
1 parent bc03527 commit 7f83474

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

framework/examples/myproject/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/examples
22

3-
go 1.24
3+
go 1.24.0
44

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

framework/examples/myproject_cll/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/examples_cll
22

3-
go 1.24
3+
go 1.24.0
44

55
replace (
66
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.24
3+
go 1.24.0
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.24
3+
go 1.24.0
44

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

infra/ec2/go.mod

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

3-
go 1.24
3+
go 1.24.0
44

55
require (
66
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.24
3+
go 1.24.0
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.24
3+
go 1.24.0
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.24
3+
go 1.24.0
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.24
3+
go 1.24.0
44

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

sentinel/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/sentinel
22

3-
go 1.24
3+
go 1.24.0
44

55
require (
66
github.com/ethereum/go-ethereum v1.14.11

0 commit comments

Comments
 (0)