From b968944ef8c510c6b9a3cec3c0dd4a95a805b2c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 02:12:54 +0000 Subject: [PATCH] deps: update go toolchain directive to v1.26.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1bbc4ca..cca838c 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/hetznercloud/packer-plugin-hcloud go 1.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/hashicorp/hcl/v2 v2.24.0