File tree 5 files changed +0
-10
lines changed
5 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/core/scripts
2
2
3
3
go 1.23.3
4
4
5
- toolchain go1.23.4
6
-
7
5
// Make sure we're working with the latest chainlink libs
8
6
replace github.com/smartcontractkit/chainlink/v2 => ../../
9
7
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/deployment
2
2
3
3
go 1.23.3
4
4
5
- toolchain go1.23.4
6
-
7
5
// Make sure we're working with the latest chainlink libs
8
6
replace github.com/smartcontractkit/chainlink/v2 => ../
9
7
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/v2
2
2
3
3
go 1.23.3
4
4
5
- toolchain go1.23.4
6
-
7
5
require (
8
6
github.com/Depado/ginprom v1.8.0
9
7
github.com/Masterminds/semver/v3 v3.3.0
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/integration-tests
2
2
3
3
go 1.23.3
4
4
5
- toolchain go1.23.4
6
-
7
5
// Make sure we're working with the latest chainlink libs
8
6
replace github.com/smartcontractkit/chainlink/v2 => ../
9
7
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/load-tests
2
2
3
3
go 1.23.3
4
4
5
- toolchain go1.23.4
6
-
7
5
// Make sure we're working with the latest chainlink libs
8
6
replace github.com/smartcontractkit/chainlink/v2 => ../../
9
7
You can’t perform that action at this time.
0 commit comments