Skip to content

Commit

Permalink
Fix the GCP go.mod template
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato committed Dec 7, 2023
1 parent f0529a1 commit fded65d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alicloud-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module ${PROJECT}
go 1.20

require (
github.com/pulumi/pulumi-alicloud/sdk/v3 v3.45.0
github.com/pulumi/pulumi-alicloud/sdk/v3 v3.45.1
github.com/pulumi/pulumi/sdk/v3 v3.96.0
)
2 changes: 1 addition & 1 deletion gcp-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module ${PROJECT}
go 1.20

require (
github.com/pulumi/pulumi-gcp/sdk/v6 v7.2.1
github.com/pulumi/pulumi-gcp/sdk/v7 v7.2.1
github.com/pulumi/pulumi/sdk/v3 v3.96.0
)
2 changes: 1 addition & 1 deletion generator/mod-templates/gcp-template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module ${PROJECT}
go 1.20

require (
github.com/pulumi/pulumi-gcp/sdk/v6 ${VERSION}
github.com/pulumi/pulumi-gcp/sdk/v7 ${VERSION}
github.com/pulumi/pulumi/sdk/v3 ${PULUMI_VERSION}
)

0 comments on commit fded65d

Please sign in to comment.