Skip to content

Commit

Permalink
Update aws-go dependencies
Browse files Browse the repository at this point in the history
It looks like the PRs that automatically update Go dependencies haven't been merged in a while.

To make it easier to get started trying the Go generics preview, update the dependencies for the aws-go template to the latest versions, along with the Go 1.20 (Go 1.18 and 1.19 are no longer supported). That way, users trying out generics, only have to update the `pulumi-aws` dependency to the preview branch, and don't have to update the core Pulumi SDK to a more recent version.
  • Loading branch information
justinvp committed Sep 21, 2023
1 parent 540e8dc commit 04aa656
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aws-go/go.mod
Original file line number Diff line number Diff line change
@@ -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
)

0 comments on commit 04aa656

Please sign in to comment.