Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Aug 4, 2023
1 parent 682da86 commit 9e92cd9
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-tailscale/examples

go 1.19
go 1.20

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

go 1.19
go 1.20

replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20230327102345-3fa930f86570

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-tailscale/sdk

go 1.19
go 1.20

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

0 comments on commit 9e92cd9

Please sign in to comment.