Skip to content

Commit

Permalink
Switch Bazel WORKSPACE Go version to "host"
Browse files Browse the repository at this point in the history
No need to hard-code a specific version, we can just use the host, which
will make it easy for folks to use with any version they have already
installed, and makes it easier to specify a different version via GitHub
Actions versions dynamically.
  • Loading branch information
mbrukman committed Mar 16, 2024
1 parent 9cf2f92 commit c5487f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ go_repository(

go_rules_dependencies()

go_register_toolchains(version = "1.17.6")
go_register_toolchains(version = "host")

gazelle_dependencies()

0 comments on commit c5487f9

Please sign in to comment.