Skip to content

Commit 91bfb0c

Browse files
authored
chore: update showcase to go 1.23 (#1627)
Needed for some deps. Also updated bazel workspaces Go version as this will be needed for building the code.
1 parent 6a93f0d commit 91bfb0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.22.11")
92+
go_register_toolchains(version = "1.23.9")
9393

9494
go_rules_dependencies()
9595

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.22.7
3+
go 1.23.0
44

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

0 commit comments

Comments
 (0)