From 097f3f947ca97708a6acf67e036205d459b9c0bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 20:27:01 -0400 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20go=20(1.22.2=20?= =?UTF-8?q?=E2=86=92=201.22.3)=20(#1273)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(ci): update actions/checkout action (v4.1.4 → v4.1.5) | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.1.4 | v4.1.5 | * chore(ci): update hashicorp/setup-terraform action (v3.1.0 → v3.1.1) | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | hashicorp/setup-terraform | v3.1.0 | v3.1.1 | * chore(ci): update jetbrains/qodana-action action (v2024.1.3 → v2024.1.4) | datasource | package | from | to | | ----------- | ----------------------- | --------- | --------- | | github-tags | JetBrains/qodana-action | v2024.1.3 | v2024.1.4 | * chore(deps): update go (1.22.2 → 1.22.3) | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.22.2 | 1.22.3 | --------- 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 70103d83..d0d537be 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/bpg/terraform-provider-proxmox go 1.22 -toolchain go1.22.2 +toolchain go1.22.3 require ( github.com/avast/retry-go/v4 v4.6.0