From 966ea7aa40e89990177ead67598a642bce355b27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 03:22:38 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20go=20(1.22.5=20?= =?UTF-8?q?=E2=86=92=201.22.6)=20(#1469)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.22.5 | 1.22.6 | 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 9d598902..6e4d49e4 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/bpg/terraform-provider-proxmox go 1.22 -toolchain go1.22.5 +toolchain go1.22.6 require ( github.com/Microsoft/go-winio v0.6.2