Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency go to v1.24.1 #2079

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws-apigateway-go-routes/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/aws-apigateway-go-routes

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/aws/aws-lambda-go v1.47.0
Expand Down
2 changes: 1 addition & 1 deletion aws-go-ansible-wordpress/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module pulumi-ansible-wordpress

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-command/sdk v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion aws-go-appsync/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/aws-go-appsync

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.70.1
Expand Down
2 changes: 1 addition & 1 deletion aws-go-assume-role/assume-role/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module assume-role

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.70.1
Expand Down
2 changes: 1 addition & 1 deletion aws-go-assume-role/create-role/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module create-role

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.70.1
Expand Down
2 changes: 1 addition & 1 deletion aws-go-console-slack-notification/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/aws-go-console-slack-notification

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/aws/aws-lambda-go v1.47.0
Expand Down
2 changes: 1 addition & 1 deletion aws-go-fargate/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/aws-go-fargate

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.70.1
Expand Down
2 changes: 1 addition & 1 deletion aws-go-lambda-gateway/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/aws-go-lambda-gateway

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/aws/aws-lambda-go v1.47.0
Expand Down
2 changes: 1 addition & 1 deletion aws-go-resources/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/aws-go-resources

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.70.1
Expand Down
2 changes: 1 addition & 1 deletion aws-go-s3-folder-component/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/aws-go-s3-folder-component

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require github.com/pulumi/pulumi/sdk/v3 v3.153.1

Expand Down
2 changes: 1 addition & 1 deletion aws-go-s3-folder/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/aws-go-s3-folder

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require github.com/pulumi/pulumi/sdk/v3 v3.153.1

Expand Down
2 changes: 1 addition & 1 deletion aws-go-secrets-manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module aws-go-secrets-manager

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.70.1
Expand Down
2 changes: 1 addition & 1 deletion aws-go-slackbot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module aws-go-slackbot

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/aws/aws-lambda-go v1.47.0
Expand Down
2 changes: 1 addition & 1 deletion aws-go-webserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/aws-go-webserver

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.70.1
Expand Down
2 changes: 1 addition & 1 deletion azure-go-aci/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/azure-go-aci

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 v2.90.0-alpha.1741270651
Expand Down
2 changes: 1 addition & 1 deletion azure-go-aks-helm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module azure-go-aks-helm

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.90.0-alpha.1741270651
Expand Down
2 changes: 1 addition & 1 deletion azure-go-aks-managed-identity/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module azure-go-aks-managed-identity

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.90.0-alpha.1741270651
Expand Down
2 changes: 1 addition & 1 deletion azure-go-aks-multicluster/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module azure-go-aks-multicluster

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.90.0-alpha.1741270651
Expand Down
2 changes: 1 addition & 1 deletion azure-go-aks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module goaks

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.90.0-alpha.1741270651
Expand Down
2 changes: 1 addition & 1 deletion azure-go-appservice-docker/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/azure-go-appservice

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-azure-native-sdk/containerregistry/v2 v2.90.0-alpha.1741270651
Expand Down
2 changes: 1 addition & 1 deletion azure-go-call-azure-sdk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module azure-go-call-azure-sdk

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
Expand Down
2 changes: 1 addition & 1 deletion azure-go-containerapps/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/azure-go-containerapps

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-azure-native-sdk/app/v2 v2.90.0-alpha.1741270651
Expand Down
2 changes: 1 addition & 1 deletion azure-go-static-website/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/azure-go-static-website

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-azure-native-sdk/cdn/v2 v2.90.0-alpha.1741270651
Expand Down
2 changes: 1 addition & 1 deletion classic-azure-go-aks-multicluster/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/azure-go-aks

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-azure/sdk/v6 v6.20.0
Expand Down
2 changes: 1 addition & 1 deletion classic-azure-go-webserver-component/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/azure-go-webserver-component

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-azure/sdk/v6 v6.20.0
Expand Down
2 changes: 1 addition & 1 deletion gcp-go-functions-raw/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/gcp-go-functions-raw

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-gcp/sdk/v8 v8.21.0
Expand Down
2 changes: 1 addition & 1 deletion gcp-go-functions/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/gcp-go-functions

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-gcp/sdk/v8 v8.21.0
Expand Down
2 changes: 1 addition & 1 deletion gcp-go-gke/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module gcp-go-gke

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-gcp/sdk/v8 v8.21.0
Expand Down
2 changes: 1 addition & 1 deletion gcp-go-instance/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module qsgcp

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-gcp/sdk/v8 v8.21.0
Expand Down
2 changes: 1 addition & 1 deletion gcp-go-webserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/gcp-go-webserver

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-gcp/sdk/v8 v8.21.0
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-go-configmap-rollout/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module kubernetes-go-configmap-rollout

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.1
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-go-exposed-deployment/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module kubernetes-go-exposed-deployment

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.1
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-go-guestbook/components/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/kubernetes-go-guestbook/components

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.1
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-go-guestbook/simple/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/kubernetes-go-guestbook/simple

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.1
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-go-helm-release-wordpress/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/kubernetes-go-helm-release-wordpress

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.1
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-go-helm-wordpress/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module kubernetes-go-helm-wordpress

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.21.1
Expand Down
2 changes: 1 addition & 1 deletion misc/benchmarks/go-many-resources/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module go-many-resources

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require github.com/pulumi/pulumi/sdk/v3 v3.153.1

Expand Down
2 changes: 1 addition & 1 deletion misc/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/misc/test

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/aws/aws-sdk-go v1.55.6
Expand Down
2 changes: 1 addition & 1 deletion stack-readme-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module stack-readme-go

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require github.com/pulumi/pulumi/sdk/v3 v3.153.1

Expand Down
2 changes: 1 addition & 1 deletion testing-integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/testing-integration

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi/pkg/v3 v3.153.1
Expand Down
2 changes: 1 addition & 1 deletion testing-unit-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/pulumi/examples/testing-unit-go

go 1.22

toolchain go1.24.0
toolchain go1.24.1

require (
github.com/pulumi/pulumi-aws/sdk/v6 v6.70.1
Expand Down
Loading