From 3343a938409adc2d61658e7d2c2a52b452c50d48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:21:00 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20go=20(1.22.6=20?= =?UTF-8?q?=E2=86=92=201.23.0)=20(#1489)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.22.6 | 1.23.0 | Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8760d856..70cd8c56 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/bpg/terraform-provider-proxmox -go 1.22 +go 1.23 -toolchain go1.22.6 +toolchain go1.23.0 require ( github.com/Microsoft/go-winio v0.6.2