From 63cbb72fd1d3068e5375a4c4ac18545c0ac86ce2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:37:06 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.5 --- examples/go.mod | 2 +- sdk/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index a4058eea..7b681acd 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -2,4 +2,4 @@ module github.com/muhlba91/pulumi-proxmoxve/examples go 1.21 -toolchain go1.23.4 +toolchain go1.23.5 diff --git a/sdk/go.mod b/sdk/go.mod index 6f60c9fb..692f7852 100644 --- a/sdk/go.mod +++ b/sdk/go.mod @@ -3,7 +3,7 @@ module github.com/muhlba91/pulumi-proxmoxve/sdk/v6 go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 require ( github.com/blang/semver v3.5.1+incompatible