From ab8b5c6a7368a482ca30b9d9eb994a2c9951350f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 20:42:16 +0000 Subject: [PATCH] Update dependency go to v1.23.2 --- go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 5a9c784..386210c 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,8 @@ module github.com/clivern/terraform-provider-lynx -go 1.21 -toolchain go1.22.5 +go 1.22.0 + +toolchain go1.23.2 require ( github.com/hashicorp/terraform-plugin-framework v1.12.0