From 599ab619f7f602e9d987ebb912940b2d342999c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 20:31:26 +0000 Subject: [PATCH] deps: update go toolchain directive to v1.26.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6948b54..dda046a 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.2 +toolchain go1.26.3 require ( github.com/hashicorp/hcl/v2 v2.24.0