Compare commits

...

1 Commits

Author SHA1 Message Date
Preston Van Loon
51b2cef211 Rollback go_version go 1.24.7 2025-09-26 12:06:30 -05:00
2 changed files with 4 additions and 1 deletions

View File

@@ -208,7 +208,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
go_rules_dependencies()
go_register_toolchains(
go_version = "1.25.1",
go_version = "1.24.7",
nogo = "@//:nogo",
)

View File

@@ -0,0 +1,3 @@
### Changed
- Rollback to go 1.24.7. Go 1.25 is causing issues windows builds.