Skip to content

Commit 6b88643

Browse files
authored
chore: upgrade to go 1.24 (#1642)
1 parent c8c90d1 commit 6b88643

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ com_googleapis_gapic_generator_go_repositories()
8989

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

92-
go_register_toolchains(version = "1.23.9")
92+
go_register_toolchains(version = "1.24.0")
9393

9494
go_rules_dependencies()
9595

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/googleapis/gapic-generator-go
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
cloud.google.com/go/iam v1.5.2

showcase/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module showcase
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
cloud.google.com/go v0.118.2

0 commit comments

Comments
 (0)