From 8ec8a7aa979a9d01a584f5c8284f1745aea81456 Mon Sep 17 00:00:00 2001 From: Andreas Harter Date: Tue, 8 Oct 2024 16:40:49 +0200 Subject: [PATCH] Update go in example, shim and sdk folder --- examples/go.mod | 2 +- provider/shim/go.mod | 2 +- sdk/go.mod | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/go.mod b/examples/go.mod index bf3af5e..e8d7292 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -1,6 +1,6 @@ module github.com/pulumiverse/pulumi-unifi/examples -go 1.21 +go 1.22.0 toolchain go1.23.2 diff --git a/provider/shim/go.mod b/provider/shim/go.mod index 09aa610..a2284a0 100644 --- a/provider/shim/go.mod +++ b/provider/shim/go.mod @@ -1,6 +1,6 @@ module github.com/paultyng/terraform-provider-unifi/shim -go 1.21 +go 1.22.0 toolchain go1.23.2 diff --git a/sdk/go.mod b/sdk/go.mod index fd44776..6c910b4 100644 --- a/sdk/go.mod +++ b/sdk/go.mod @@ -1,8 +1,8 @@ module github.com/pulumiverse/pulumi-unifi/sdk -go 1.21 +go 1.22.0 -toolchain go1.22.2 +toolchain go1.23.2 require ( github.com/blang/semver v3.5.1+incompatible