Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Aug 10, 2023
1 parent 9f57184 commit 7ff2701
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-cloudamqp/examples/v3

go 1.19
go 1.20

require github.com/pulumi/pulumi/pkg/v3 v3.56.0

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-rabbitmq/provider/v3

go 1.19
go 1.20

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

go 1.19
go 1.20

require (
github.com/blang/semver v3.5.1+incompatible
Expand Down

0 comments on commit 7ff2701

Please sign in to comment.