Skip to content

Commit

Permalink
chore: remove toolchain directive from gomods
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Dec 11, 2024
1 parent 5f3aa78 commit 69b478e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions core/scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/core/scripts

go 1.23.3

toolchain go1.23.4

// Make sure we're working with the latest chainlink libs
replace github.com/smartcontractkit/chainlink/v2 => ../../

Expand Down
2 changes: 0 additions & 2 deletions deployment/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/deployment

go 1.23.3

toolchain go1.23.4

// Make sure we're working with the latest chainlink libs
replace github.com/smartcontractkit/chainlink/v2 => ../

Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/v2

go 1.23.3

toolchain go1.23.4

require (
github.com/Depado/ginprom v1.8.0
github.com/Masterminds/semver/v3 v3.3.0
Expand Down
2 changes: 0 additions & 2 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/integration-tests

go 1.23.3

toolchain go1.23.4

// Make sure we're working with the latest chainlink libs
replace github.com/smartcontractkit/chainlink/v2 => ../

Expand Down
2 changes: 0 additions & 2 deletions integration-tests/load/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/smartcontractkit/chainlink/load-tests

go 1.23.3

toolchain go1.23.4

// Make sure we're working with the latest chainlink libs
replace github.com/smartcontractkit/chainlink/v2 => ../../

Expand Down

0 comments on commit 69b478e

Please sign in to comment.