Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 69b478e

Browse files
committedDec 11, 2024··
chore: remove toolchain directive from gomods
1 parent 5f3aa78 commit 69b478e

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed
 

‎core/scripts/go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/core/scripts
22

33
go 1.23.3
44

5-
toolchain go1.23.4
6-
75
// Make sure we're working with the latest chainlink libs
86
replace github.com/smartcontractkit/chainlink/v2 => ../../
97

‎deployment/go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/deployment
22

33
go 1.23.3
44

5-
toolchain go1.23.4
6-
75
// Make sure we're working with the latest chainlink libs
86
replace github.com/smartcontractkit/chainlink/v2 => ../
97

‎go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/v2
22

33
go 1.23.3
44

5-
toolchain go1.23.4
6-
75
require (
86
github.com/Depado/ginprom v1.8.0
97
github.com/Masterminds/semver/v3 v3.3.0

‎integration-tests/go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/integration-tests
22

33
go 1.23.3
44

5-
toolchain go1.23.4
6-
75
// Make sure we're working with the latest chainlink libs
86
replace github.com/smartcontractkit/chainlink/v2 => ../
97

‎integration-tests/load/go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/load-tests
22

33
go 1.23.3
44

5-
toolchain go1.23.4
6-
75
// Make sure we're working with the latest chainlink libs
86
replace github.com/smartcontractkit/chainlink/v2 => ../../
97

0 commit comments

Comments
 (0)
Please sign in to comment.