Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes #4163

Upgrades minimally required Go versions to those unaffected by
CVE-2024-24791.
  • Loading branch information
t0yv0 authored Jul 3, 2024
1 parent 426e13d commit 21c0385
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/pulumi-aws/examples/v6

go 1.22.4
go 1.22.5

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

go 1.22.4
go 1.22.5

require (
github.com/aws/aws-sdk-go-v2/config v1.27.21
Expand Down
2 changes: 1 addition & 1 deletion sdk/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21c0385

Please sign in to comment.