From 22561766281784c7b4d8312689caa14e2b67988d Mon Sep 17 00:00:00 2001 From: Frank Zhu Date: Thu, 15 Feb 2024 19:49:38 -0600 Subject: [PATCH] update go.mod version --- core/scripts/go.mod | 2 +- integration-tests/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/scripts/go.mod b/core/scripts/go.mod index b09e87a7624..f42b766fdf8 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.3 +go 1.21.5 // Make sure we're working with the latest chainlink libs replace github.com/smartcontractkit/chainlink/v2 => ../../ diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 366594098ec..fbb1bebff79 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -1,6 +1,6 @@ module github.com/smartcontractkit/chainlink/integration-tests -go 1.21.4 +go 1.21.5 // Make sure we're working with the latest chainlink libs replace github.com/smartcontractkit/chainlink/v2 => ../