From 03fd1d983ce1fa35dbba7608c983eb9049b16578 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:42:37 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2f2c487..672e23b 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/e-breuninger/terraform-provider-ignition go 1.21 -toolchain go1.22.4 +toolchain go1.23.2 require ( github.com/coreos/butane v0.22.0