Skip to content

Commit

Permalink
Bump Go from 1.19 to 1.20 (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk committed Sep 5, 2023
1 parent 3944930 commit afabdbd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/trillian-examples

go 1.19
go 1.20

require (
github.com/apache/beam/sdks/v2 v2.49.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/trillian-examples/serverless/deploy/github/distributor/combine_witness_signatures

go 1.19
go 1.20

require (
github.com/golang/glog v1.1.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/trillian-examples/serverless/deploy/github/distributor/update_logs_index

go 1.19
go 1.20

require (
github.com/golang/glog v1.1.2
Expand Down
2 changes: 1 addition & 1 deletion serverless/experimental/gcp-log/gcs_uploader/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gcp_serverless_example_module

go 1.19
go 1.20

require cloud.google.com/go/storage v1.32.0

Expand Down

0 comments on commit afabdbd

Please sign in to comment.