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