From a521c60f0c7e9b36eac94ac78c9cfac83856e294 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 21:59:51 -0400 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20go=20(1.22.4=20?= =?UTF-8?q?=E2=86=92=201.22.5)=20(#1420)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.22.4 | 1.22.5 | 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 bc382409..4fde52a0 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/bpg/terraform-provider-proxmox go 1.22 -toolchain go1.22.4 +toolchain go1.22.5 require ( github.com/Microsoft/go-winio v0.6.2