diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e21e7b26..20919cd51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: fail-fast: false matrix: platform: [ubuntu-latest, macOS-latest, windows-8core-2022] - go-version: [1.18.x] + go-version: [1.20.x] node-version: [16.x] python-version: [3.7] dotnet: [6.0.x] diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 391489ef5..e62b6a23f 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -32,7 +32,7 @@ jobs: fail-fast: false matrix: platform: [ubuntu-latest, macOS-latest, windows-8core-2022] - go-version: [1.18.x] + go-version: [1.20.x] node-version: [16.x] python-version: [3.7] dotnet: [6.0.x] diff --git a/.github/workflows/run-templates-command.yml b/.github/workflows/run-templates-command.yml index 7f5ac0404..e0f8732a5 100644 --- a/.github/workflows/run-templates-command.yml +++ b/.github/workflows/run-templates-command.yml @@ -43,7 +43,7 @@ jobs: fail-fast: false matrix: platform: [ubuntu-latest, macOS-latest, windows-8core-2022] - go-version: [1.18.x] + go-version: [1.20.x] node-version: [16.x] python-version: [3.7] dotnet: [6.0.x] diff --git a/aiven-go/go.mod b/aiven-go/go.mod index 58d58dcb7..9aa0d6d93 100644 --- a/aiven-go/go.mod +++ b/aiven-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-aiven/sdk/v5 v6.6.0 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi-aiven/sdk/v6 v6.6.1 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/alicloud-go/go.mod b/alicloud-go/go.mod index 92d1f8ef0..663e27f9c 100644 --- a/alicloud-go/go.mod +++ b/alicloud-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-alicloud/sdk/v3 v3.43.0 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi-alicloud/sdk/v3 v3.43.1 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/auth0-go/go.mod b/auth0-go/go.mod index a9b0a4226..96348c263 100644 --- a/auth0-go/go.mod +++ b/auth0-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-auth0/sdk/v2 v2.23.0 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi-auth0/sdk/v2 v2.24.3 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/aws-go/go.mod b/aws-go/go.mod index f520c0cb4..7d3f8d8f0 100644 --- a/aws-go/go.mod +++ b/aws-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-aws/sdk/v6 v6.0.2 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi-aws/sdk/v6 v6.2.0 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/aws-native-go/go.mod b/aws-native-go/go.mod index dac1f87c9..ad07eb520 100644 --- a/aws-native-go/go.mod +++ b/aws-native-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-aws-native/sdk v0.73.0 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi-aws-native/sdk v0.77.0 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/azure-classic-go/go.mod b/azure-classic-go/go.mod index b919dd2ba..d56354016 100644 --- a/azure-classic-go/go.mod +++ b/azure-classic-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-azure/sdk/v5 v5.48.0 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi-azure/sdk/v5 v5.49.0 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/azure-go/go.mod b/azure-go/go.mod index c8c73f0e8..0a54670e4 100644 --- a/azure-go/go.mod +++ b/azure-go/go.mod @@ -1,9 +1,9 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.2.0 - github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.2.0 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.8.0 + github.com/pulumi/pulumi-azure-native-sdk/storage/v2 v2.8.0 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/civo-go/go.mod b/civo-go/go.mod index 485956c7b..e75cb89f7 100644 --- a/civo-go/go.mod +++ b/civo-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-civo/sdk/v2 v2.3.8 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/container-aws-go/go.mod b/container-aws-go/go.mod index 3fa1312a9..c7bcd63e4 100644 --- a/container-aws-go/go.mod +++ b/container-aws-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-aws/sdk/v5 v5.30.0 diff --git a/container-azure-go/app/go.mod b/container-azure-go/app/go.mod index b16f0d7c5..173bba736 100644 --- a/container-azure-go/app/go.mod +++ b/container-azure-go/app/go.mod @@ -1,3 +1,3 @@ module app -go 1.18 +go 1.20 diff --git a/container-azure-go/go.mod b/container-azure-go/go.mod index bd9072670..34c3c6170 100644 --- a/container-azure-go/go.mod +++ b/container-azure-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.1.1 diff --git a/container-gcp-go/app/go.mod b/container-gcp-go/app/go.mod index b16f0d7c5..173bba736 100644 --- a/container-gcp-go/app/go.mod +++ b/container-gcp-go/app/go.mod @@ -1,3 +1,3 @@ module app -go 1.18 +go 1.20 diff --git a/container-gcp-go/go.mod b/container-gcp-go/go.mod index 9aa871e09..7c7fc1035 100644 --- a/container-gcp-go/go.mod +++ b/container-gcp-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-gcp/sdk/v6 v6.59.0 diff --git a/digitalocean-go/go.mod b/digitalocean-go/go.mod index c12207898..7ce39378e 100644 --- a/digitalocean-go/go.mod +++ b/digitalocean-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-digitalocean/sdk/v4 v4.21.0 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/equinix-metal-go/go.mod b/equinix-metal-go/go.mod index 628c2acd0..31aa402f6 100644 --- a/equinix-metal-go/go.mod +++ b/equinix-metal-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-equinix-metal/sdk/v3 v3.2.1 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/gcp-go/go.mod b/gcp-go/go.mod index 5bba186c3..ddaf211ed 100644 --- a/gcp-go/go.mod +++ b/gcp-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-gcp/sdk/v6 v6.62.0 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi-gcp/sdk/v6 v6.66.0 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/generator/mod-templates/aiven-template.txt b/generator/mod-templates/aiven-template.txt index 2609ea8ca..5996e4986 100644 --- a/generator/mod-templates/aiven-template.txt +++ b/generator/mod-templates/aiven-template.txt @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-aiven/sdk/v5 ${VERSION} + github.com/pulumi/pulumi-aiven/sdk/v6 ${VERSION} github.com/pulumi/pulumi/sdk/v3 ${PULUMI_VERSION} ) diff --git a/generator/mod-templates/alicloud-template.txt b/generator/mod-templates/alicloud-template.txt index 452161442..537a8639e 100644 --- a/generator/mod-templates/alicloud-template.txt +++ b/generator/mod-templates/alicloud-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-alicloud/sdk/v3 ${VERSION} diff --git a/generator/mod-templates/auth0-template.txt b/generator/mod-templates/auth0-template.txt index 6e07cc1fa..88315aead 100644 --- a/generator/mod-templates/auth0-template.txt +++ b/generator/mod-templates/auth0-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-auth0/sdk/v2 ${VERSION} diff --git a/generator/mod-templates/aws-native-template.txt b/generator/mod-templates/aws-native-template.txt index 5cb20352d..c4c3c06ae 100644 --- a/generator/mod-templates/aws-native-template.txt +++ b/generator/mod-templates/aws-native-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-aws-native/sdk ${VERSION} diff --git a/generator/mod-templates/aws-template.txt b/generator/mod-templates/aws-template.txt index 1b706821e..f3a247433 100644 --- a/generator/mod-templates/aws-template.txt +++ b/generator/mod-templates/aws-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-aws/sdk/v6 ${VERSION} diff --git a/generator/mod-templates/azure-classic-template.txt b/generator/mod-templates/azure-classic-template.txt index b645a372a..c54207602 100644 --- a/generator/mod-templates/azure-classic-template.txt +++ b/generator/mod-templates/azure-classic-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-azure/sdk/v5 ${VERSION} diff --git a/generator/mod-templates/azure-template.txt b/generator/mod-templates/azure-template.txt index 6d6796e87..66ae610e5 100644 --- a/generator/mod-templates/azure-template.txt +++ b/generator/mod-templates/azure-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-azure-native-sdk/resources/v2 ${VERSION} diff --git a/generator/mod-templates/civo-template.txt b/generator/mod-templates/civo-template.txt index 542a1a752..4cd2743bb 100644 --- a/generator/mod-templates/civo-template.txt +++ b/generator/mod-templates/civo-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-civo/sdk/v2 ${VERSION} diff --git a/generator/mod-templates/digitalocean-template.txt b/generator/mod-templates/digitalocean-template.txt index ff2947233..0986a110f 100644 --- a/generator/mod-templates/digitalocean-template.txt +++ b/generator/mod-templates/digitalocean-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-digitalocean/sdk/v4 ${VERSION} diff --git a/generator/mod-templates/equinix-metal-template.txt b/generator/mod-templates/equinix-metal-template.txt index 600fa9031..241347e33 100644 --- a/generator/mod-templates/equinix-metal-template.txt +++ b/generator/mod-templates/equinix-metal-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-equinix-metal/sdk/v3 ${VERSION} diff --git a/generator/mod-templates/gcp-template.txt b/generator/mod-templates/gcp-template.txt index 3fd4ed753..2258aa4d9 100644 --- a/generator/mod-templates/gcp-template.txt +++ b/generator/mod-templates/gcp-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-gcp/sdk/v6 ${VERSION} diff --git a/generator/mod-templates/github-template.txt b/generator/mod-templates/github-template.txt index 9f5bc116c..d6d07f877 100644 --- a/generator/mod-templates/github-template.txt +++ b/generator/mod-templates/github-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-github/sdk/v5 ${VERSION} diff --git a/generator/mod-templates/go-template.txt b/generator/mod-templates/go-template.txt index b7425b39e..01c6256b8 100644 --- a/generator/mod-templates/go-template.txt +++ b/generator/mod-templates/go-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi/sdk/v3 ${PULUMI_VERSION} diff --git a/generator/mod-templates/google-native-template.txt b/generator/mod-templates/google-native-template.txt index e7f96a2ff..7ff908ea2 100644 --- a/generator/mod-templates/google-native-template.txt +++ b/generator/mod-templates/google-native-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-google-native/sdk ${VERSION} diff --git a/generator/mod-templates/kubernetes-template.txt b/generator/mod-templates/kubernetes-template.txt index 1e125b242..22582927f 100644 --- a/generator/mod-templates/kubernetes-template.txt +++ b/generator/mod-templates/kubernetes-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-kubernetes/sdk/v4 ${VERSION} diff --git a/generator/mod-templates/linode-template.txt b/generator/mod-templates/linode-template.txt index b503517b4..0cd35a413 100644 --- a/generator/mod-templates/linode-template.txt +++ b/generator/mod-templates/linode-template.txt @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-linode/sdk/v3 ${VERSION} + github.com/pulumi/pulumi-linode/sdk/v4 ${VERSION} github.com/pulumi/pulumi/sdk/v3 ${PULUMI_VERSION} ) diff --git a/generator/mod-templates/oci-template.txt b/generator/mod-templates/oci-template.txt index 4c7a1462a..bfacb68da 100644 --- a/generator/mod-templates/oci-template.txt +++ b/generator/mod-templates/oci-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-oci/sdk ${VERSION} diff --git a/generator/mod-templates/openstack-template.txt b/generator/mod-templates/openstack-template.txt index 3d0586fdb..57d056fbf 100644 --- a/generator/mod-templates/openstack-template.txt +++ b/generator/mod-templates/openstack-template.txt @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-openstack/sdk/v3 ${VERSION} diff --git a/github-go/go.mod b/github-go/go.mod index 624e59136..5329cf08c 100644 --- a/github-go/go.mod +++ b/github-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-github/sdk/v5 v5.3.0 diff --git a/go/go.mod b/go/go.mod index 5b66a7c40..4a6e682c2 100644 --- a/go/go.mod +++ b/go/go.mod @@ -1,7 +1,7 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/google-native-go/go.mod b/google-native-go/go.mod index 8a098383c..8ecc75b5b 100644 --- a/google-native-go/go.mod +++ b/google-native-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-google-native/sdk v0.31.1 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/helm-kubernetes-go/go.mod b/helm-kubernetes-go/go.mod index 4d538f129..bef806232 100644 --- a/helm-kubernetes-go/go.mod +++ b/helm-kubernetes-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi/sdk/v3 v3.75.0 github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.0.3 -) \ No newline at end of file +) diff --git a/kubernetes-aws-go/go.mod b/kubernetes-aws-go/go.mod index ff509de08..f511e9f0d 100644 --- a/kubernetes-aws-go/go.mod +++ b/kubernetes-aws-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-awsx/sdk v1.0.0 diff --git a/kubernetes-azure-go/go.mod b/kubernetes-azure-go/go.mod index ecbfa52eb..29c53606d 100644 --- a/kubernetes-azure-go/go.mod +++ b/kubernetes-azure-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.1.1 diff --git a/kubernetes-gcp-go/go.mod b/kubernetes-gcp-go/go.mod index 13fe6f195..77e55863e 100644 --- a/kubernetes-gcp-go/go.mod +++ b/kubernetes-gcp-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi/sdk/v3 v3.30.0 diff --git a/kubernetes-go/go.mod b/kubernetes-go/go.mod index db0d5adf6..b38272c33 100644 --- a/kubernetes-go/go.mod +++ b/kubernetes-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.0.3 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.2.0 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/linode-go/go.mod b/linode-go/go.mod index 6b6a9bc35..4be98b1d1 100644 --- a/linode-go/go.mod +++ b/linode-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-linode/sdk/v4 v4.4.2 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi-linode/sdk/v4 v4.6.1 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/oci-go/go.mod b/oci-go/go.mod index c45eb8ecf..11c689571 100644 --- a/oci-go/go.mod +++ b/oci-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-oci/sdk v1.7.0 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi-oci/sdk v1.10.0 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/openstack-go/go.mod b/openstack-go/go.mod index afa0bfe71..15fc424d8 100644 --- a/openstack-go/go.mod +++ b/openstack-go/go.mod @@ -1,8 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( - github.com/pulumi/pulumi-openstack/sdk/v3 v3.13.2 - github.com/pulumi/pulumi/sdk/v3 v3.78.1 + github.com/pulumi/pulumi-openstack/sdk/v3 v3.13.3 + github.com/pulumi/pulumi/sdk/v3 v3.84.0 ) diff --git a/random-go/go.mod b/random-go/go.mod index aa7417c60..9079bb96e 100644 --- a/random-go/go.mod +++ b/random-go/go.mod @@ -1,9 +1,8 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-random/sdk/v4 v4.13.0 github.com/pulumi/pulumi/sdk/v3 v3.39.1 ) - diff --git a/scaleway-go/go.mod b/scaleway-go/go.mod index 0a94bc4db..3fede5afa 100644 --- a/scaleway-go/go.mod +++ b/scaleway-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/lbrlabs/pulumi-scaleway/sdk v1.7.0 diff --git a/serverless-aws-go/go.mod b/serverless-aws-go/go.mod index 0a155bed6..938d00bc5 100644 --- a/serverless-aws-go/go.mod +++ b/serverless-aws-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-aws-apigateway/sdk v1.0.1 diff --git a/serverless-azure-go/app/go.mod b/serverless-azure-go/app/go.mod index 7049393a6..72f2ae4e9 100644 --- a/serverless-azure-go/app/go.mod +++ b/serverless-azure-go/app/go.mod @@ -1,3 +1,3 @@ module fn -go 1.18 +go 1.20 diff --git a/serverless-azure-go/go.mod b/serverless-azure-go/go.mod index 4718db915..3d4860329 100644 --- a/serverless-azure-go/go.mod +++ b/serverless-azure-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-azure-native-sdk/resources/v2 v2.1.1 diff --git a/serverless-gcp-go/go.mod b/serverless-gcp-go/go.mod index cc811b9f9..e3ccf9b72 100644 --- a/serverless-gcp-go/go.mod +++ b/serverless-gcp-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-gcp/sdk/v6 v6.45.0 diff --git a/static-website-aws-go/go.mod b/static-website-aws-go/go.mod index 99ae2d184..23b6cbda2 100644 --- a/static-website-aws-go/go.mod +++ b/static-website-aws-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.0.2 diff --git a/static-website-azure-go/go.mod b/static-website-azure-go/go.mod index 0b582d5ff..1ab932b58 100644 --- a/static-website-azure-go/go.mod +++ b/static-website-azure-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-azure-native-sdk/cdn/v2 v2.1.1 diff --git a/static-website-gcp-go/go.mod b/static-website-gcp-go/go.mod index d4c4fbbc9..07ed6f2c7 100644 --- a/static-website-gcp-go/go.mod +++ b/static-website-gcp-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-gcp/sdk/v6 v6.45.0 diff --git a/tests/go.mod b/tests/go.mod index 291822cf5..80f1d81e2 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -1,6 +1,6 @@ module github.com/pulumi/templates/v2 -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-trace-tool v0.0.0-20220919133229-0202c5a1e590 diff --git a/vm-aws-go/go.mod b/vm-aws-go/go.mod index cb460d9eb..7eac39586 100644 --- a/vm-aws-go/go.mod +++ b/vm-aws-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-aws/sdk/v6 v6.0.2 diff --git a/vm-azure-go/go.mod b/vm-azure-go/go.mod index 8efe520c4..ebefaebf7 100644 --- a/vm-azure-go/go.mod +++ b/vm-azure-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-azure-native-sdk/compute/v2 v2.1.1 diff --git a/vm-gcp-go/go.mod b/vm-gcp-go/go.mod index 2c1cfec60..4a6c173b3 100644 --- a/vm-gcp-go/go.mod +++ b/vm-gcp-go/go.mod @@ -1,6 +1,6 @@ module ${PROJECT} -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi-gcp/sdk/v6 v6.41.0 diff --git a/webapp-kubernetes-go/go.mod b/webapp-kubernetes-go/go.mod index efc2866d2..139f9f386 100644 --- a/webapp-kubernetes-go/go.mod +++ b/webapp-kubernetes-go/go.mod @@ -1,8 +1,8 @@ module tmp -go 1.18 +go 1.20 require ( github.com/pulumi/pulumi/sdk/v3 v3.75.0 github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.0.3 -) \ No newline at end of file +)