Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Jan 24, 2025
2 parents 16a2b34 + ec48c68 commit fbfee60
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 105 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ com_googleapis_gapic_generator_go_repositories()

load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_register_toolchains(version = "1.21.13")
go_register_toolchains(version = "1.22.11")

go_rules_dependencies()

Expand Down
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/googleapis/gapic-generator-go

go 1.21
go 1.22.11

require (
cloud.google.com/go/iam v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"groupName": "deps",
"force": {
"constraints": {
"go": "1.21"
"go": "1.22"
}
}
}
Loading

0 comments on commit fbfee60

Please sign in to comment.