From ea509b289ec002a085d500521519c93873eb0f65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 18:57:44 -0400 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20go=20(1.22.3=20?= =?UTF-8?q?=E2=86=92=201.22.4)=20(#1357)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.22.3 | 1.22.4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 84ace1fb..04cdb6a0 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/bpg/terraform-provider-proxmox go 1.22 -toolchain go1.22.3 +toolchain go1.22.4 require ( github.com/Microsoft/go-winio v0.6.2