From 5045eee0cd136725bfadb7694ad72081a50cbaf5 Mon Sep 17 00:00:00 2001 From: Frank Zhu Date: Fri, 16 Feb 2024 07:58:31 -0600 Subject: [PATCH] update go.mod to 1.21.7 for core/scripts --- core/scripts/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/go.mod b/core/scripts/go.mod index 8f460ddb783..39d7b1e6aee 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -1,6 +1,6 @@ module github.com/smartcontractkit/chainlink/core/scripts -go 1.21.5 +go 1.21.7 // Make sure we're working with the latest chainlink libs replace github.com/smartcontractkit/chainlink/v2 => ../../