From ee939a38a35bf4a490cbb549c14a8a5538e47e23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 13:37:54 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20go=20(1.22.0=20?= =?UTF-8?q?=E2=86=92=201.22.2)=20(#1234)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.22.0 | 1.22.2 | 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 fb2e1965..89b0c1bb 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/bpg/terraform-provider-proxmox go 1.22 -toolchain go1.22.0 +toolchain go1.22.2 require ( github.com/avast/retry-go/v4 v4.6.0