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 4, 2023
1 parent 597929b commit 62ae6c6
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-libvirt/examples

go 1.19
go 1.20

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

go 1.19
go 1.20

replace (
github.com/hashicorp/go-getter => github.com/hashicorp/go-getter v1.4.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-libvirt/sdk

go 1.19
go 1.20

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

0 comments on commit 62ae6c6

Please sign in to comment.