-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update go.mod & dockerfile to go 1.23
- Loading branch information
1 parent
07dfd44
commit 9e56d20
Showing
14 changed files
with
287 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
golang 1.22.8 | ||
golang 1.23.3 | ||
mockery 2.46.3 | ||
nodejs 20.13.1 | ||
pnpm 9.4.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/smartcontractkit/chainlink/core/scripts | ||
|
||
go 1.22.8 | ||
go 1.23 | ||
|
||
// Make sure we're working with the latest chainlink libs | ||
replace github.com/smartcontractkit/chainlink/v2 => ../../ | ||
|
@@ -24,8 +24,8 @@ require ( | |
github.com/prometheus/client_golang v1.20.5 | ||
github.com/shopspring/decimal v1.4.0 | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241114134822-aadff98ef068 | ||
github.com/smartcontractkit/chainlink/deployment v0.0.0-00010101000000-000000000000 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241114192719-4cb84999911d | ||
Check failure on line 27 in core/scripts/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink/deployment v0.0.0-20241113030908-3310154531b4 | ||
github.com/smartcontractkit/chainlink/v2 v2.14.0-mercury-20240807.0.20241106193309-5560cd76211a | ||
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12 | ||
github.com/spf13/cobra v1.8.1 | ||
|
@@ -62,7 +62,8 @@ require ( | |
github.com/NethermindEth/starknet.go v0.7.1-0.20240401080518-34a506f3cfdb // indirect | ||
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect | ||
github.com/XSAM/otelsql v0.27.0 // indirect | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/andybalholm/brotli v1.1.1 // indirect | ||
github.com/apache/arrow-go/v18 v18.0.0 // indirect | ||
github.com/armon/go-metrics v0.4.1 // indirect | ||
github.com/atombender/go-jsonschema v0.16.1-0.20240916205339-a74cd4e2851c // indirect | ||
github.com/avast/retry-go/v4 v4.6.0 // indirect | ||
|
@@ -163,7 +164,7 @@ require ( | |
github.com/go-viper/mapstructure/v2 v2.1.0 // indirect | ||
github.com/go-webauthn/webauthn v0.9.4 // indirect | ||
github.com/go-webauthn/x v0.1.5 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/goccy/go-json v0.10.3 // indirect | ||
github.com/goccy/go-yaml v1.12.0 // indirect | ||
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect | ||
github.com/gofrs/flock v0.8.1 // indirect | ||
|
@@ -175,6 +176,7 @@ require ( | |
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect | ||
github.com/google/btree v1.1.2 // indirect | ||
github.com/google/flatbuffers v24.3.25+incompatible // indirect | ||
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect | ||
github.com/google/go-tpm v0.9.0 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
|
@@ -230,8 +232,8 @@ require ( | |
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/jpillora/backoff v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.7 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
|
@@ -243,6 +245,7 @@ require ( | |
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/marcboeker/go-duckdb v1.8.3 // indirect | ||
github.com/maruel/natural v1.1.1 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
|
@@ -269,6 +272,7 @@ require ( | |
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect | ||
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.21 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect | ||
|
@@ -300,7 +304,7 @@ require ( | |
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect | ||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.4.0 // indirect | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241112213949-65ae13752669 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241118020342-76ede7d7677b // indirect | ||
Check failure on line 307 in core/scripts/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 // indirect | ||
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect | ||
github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20241009055228-33d0c0bf38de // indirect | ||
|
@@ -338,6 +342,7 @@ require ( | |
github.com/x448/float16 v0.8.4 // indirect | ||
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
github.com/zeebo/xxh3 v1.0.2 // indirect | ||
github.com/zondax/hid v0.9.2 // indirect | ||
github.com/zondax/ledger-go v0.14.3 // indirect | ||
go.dedis.ch/fixbuf v1.0.3 // indirect | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.