From c7e36ee1a18375e15fbc365e7014f9fa9d7be24b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 16:42:00 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20go=20(1.22.0=20?= =?UTF-8?q?=E2=86=92=201.22.2)=20in=20/tools=20(#1227)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update tools | datasource | package | from | to | | -------------- | ------------------------------------------ | ------- | ------- | | go | github.com/hashicorp/terraform-plugin-docs | v0.18.0 | v0.19.0 | | golang-version | go | 1.22.0 | 1.22.2 | * bump toolchain Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --------- Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- tools/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/go.mod b/tools/go.mod index 25e11420..3f973643 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -2,7 +2,7 @@ module github.com/bpg/terraform-provider-proxmox/tools go 1.22 -toolchain go1.22.0 +toolchain go1.22.2 replace github.com/nats-io/nkeys => github.com/nats-io/nkeys v0.4.7