Skip to content

Commit

Permalink
chore(deps): update dependency go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 27, 2023
1 parent f167312 commit d757002
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module example.com/module/helloworld

go 1.18
go 1.20

require (
cloud.google.com/go/storage v1.29.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module example.com/cloudsql

go 1.18
go 1.20

require (
cloud.google.com/go/cloudsqlconn v1.2.3 // indirect
Expand Down
4 changes: 2 additions & 2 deletions test/integration/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
module github.com/terraform-google-modules/cloud-functions/test/integration

go 1.18
go 1.20

require (
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.5.2
github.com/stretchr/testify v1.8.2
github.com/tidwall/gjson v1.14.4
)

require (
Expand Down Expand Up @@ -50,7 +51,6 @@ require (
github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
Expand Down

0 comments on commit d757002

Please sign in to comment.