Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Aug 10, 2023
1 parent e3d9659 commit 30ac47f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/addons/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/pulumi-pagerduty/examples/addons/go

go 1.19
go 1.20

require (
github.com/pulumi/pulumi-pagerduty/sdk/v3 v3.0.0
Expand Down
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-pagerduty/examples/v3

go 1.19
go 1.20

require github.com/pulumi/pulumi/pkg/v3 v3.17.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-pagerduty/provider/v3

go 1.19
go 1.20

require (
github.com/PagerDuty/terraform-provider-pagerduty v0.0.0
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-pagerduty/sdk/v3

go 1.19
go 1.20

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

0 comments on commit 30ac47f

Please sign in to comment.