From eea8ab0e89525bf1edecd74348e8c92d1acd2212 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Thu, 28 Nov 2024 22:01:51 +0100 Subject: [PATCH 1/2] downgrade CTF --- .tool-versions | 2 +- integration-tests/go.mod | 2 +- integration-tests/go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tool-versions b/.tool-versions index 7fe072643..35ddf9e85 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,7 +1,7 @@ # Languages nodejs 18.6.0 yarn 1.22.19 -golang 1.21.5 +golang 1.23.3 python 3.9.13 # Tools diff --git a/integration-tests/go.mod b/integration-tests/go.mod index f76fcdc6d..36a0bbbd9 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -14,7 +14,7 @@ require ( github.com/smartcontractkit/chainlink-common v0.3.1-0.20241127162636-07aa781ee1f4 github.com/smartcontractkit/chainlink-starknet/ops v0.0.0-20231205180940-ea2e3e916725 github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241127172448-dd45de3c939e - github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.18 + github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.17 github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.9 github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20241012135014-37f3132362ec github.com/smartcontractkit/chainlink/v2 v2.14.0-mercury-20240807.0.20241127211239-e87d57e811d0 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 4c92abce0..2ddae080c 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -1393,8 +1393,8 @@ github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 h1:PBUaFfPLm+Ef github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0/go.mod h1:m/A3lqD7ms/RsQ9BT5P2uceYY0QX5mIt4KQxT2G6qEo= github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241127210503-88cca3779525 h1:eiiNAGa5aa6EpE3JxQN2OFa7bD+s1rcYxSJYhNDpTmI= github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241127210503-88cca3779525/go.mod h1:p8aUDfJeley6oer7y+Ucd3edOtRlMTnWg3mN6rhaLWo= -github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.18 h1:a3xetGZh2nFO1iX5xd9OuqiCkgbWLvW6fTN6fgVubPo= -github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.18/go.mod h1:NwmlNKqrb02v4Sci4b5KW644nfH2BW+FrKbWwTN5r6M= +github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.17 h1:Fw2F8fKa5QdOUzLAj6Y/EB6XFC0QtK2pw5bqQSatL4A= +github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.17/go.mod h1:NwmlNKqrb02v4Sci4b5KW644nfH2BW+FrKbWwTN5r6M= github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 h1:VIxK8u0Jd0Q/VuhmsNm6Bls6Tb31H/sA3A/rbc5hnhg= github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0/go.mod h1:lyAu+oMXdNUzEDScj2DXB2IueY+SDXPPfyl/kb63tMM= github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.9 h1:yB1x5UXvpZNka+5h57yo1/GrKfXKCqMzChCISpldZx4= From baaad5200126e13f569021949095b29f0eb117be Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Thu, 28 Nov 2024 22:16:15 +0100 Subject: [PATCH 2/2] bump golangci-lint to latest --- .tool-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tool-versions b/.tool-versions index 35ddf9e85..121b6f80a 100644 --- a/.tool-versions +++ b/.tool-versions @@ -6,7 +6,7 @@ python 3.9.13 # Tools mockery 2.22.1 -golangci-lint 1.61.0 +golangci-lint 1.62.2 actionlint 1.6.12 shellcheck 0.8.0 scarb 2.6.5