Skip to content

Commit

Permalink
Update go
Browse files Browse the repository at this point in the history
  • Loading branch information
komalali committed Nov 20, 2023
1 parent 95147d6 commit cce168d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/go-teams/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pulumi/pulumi-pulumiservice/examples/go-teams

go 1.18
go 1.20

require (
github.com/pulumi/pulumi-pulumiservice/sdk v0.2.0
Expand Down
3 changes: 1 addition & 2 deletions examples/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
module github.com/pulumi/pulumi-pulumiservice/examples

go 1.18
go 1.20

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

require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/s2a-go v0.1.4 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
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-pulumiservice/provider

go 1.18
go 1.20

require (
github.com/google/uuid v1.3.1
Expand Down
3 changes: 2 additions & 1 deletion sdk/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cce168d

Please sign in to comment.