Skip to content

Commit

Permalink
Bump default Go version (#2160)
Browse files Browse the repository at this point in the history
Should address the go security warnings in all providers once picked up.

Example pulumi/pulumi-random#1034
  • Loading branch information
VenelinMartinov authored Jul 3, 2024
1 parent 03104a4 commit f39fe31
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/pulumi-terraform-bridge/v3

go 1.21
go 1.21.12

replace github.com/pulumi/pulumi-terraform-bridge/x/muxer => ./x/muxer

Expand Down
2 changes: 1 addition & 1 deletion pf/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/pulumi-terraform-bridge/pf

go 1.21
go 1.21.12

replace (
github.com/pulumi/pulumi-terraform-bridge/v3 => ./..
Expand Down
2 changes: 1 addition & 1 deletion pf/tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/pulumi-terraform-bridge/pf/tests

go 1.21
go 1.21.12

require (
github.com/hashicorp/terraform-plugin-framework v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tests

go 1.21
go 1.21.12

replace (
github.com/pulumi/pulumi-terraform-bridge/v3 => ../..
Expand Down

0 comments on commit f39fe31

Please sign in to comment.