From 402c9f262468adc98783eba66edb95d26d395ebd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 07:42:32 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c030f0c..0b9c315 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/e-breuninger/terraform-provider-ignition go 1.21 -toolchain go1.23.2 +toolchain go1.23.6 require ( github.com/coreos/butane v0.22.0