Enhancement
why we need to upgrade the bazel the rules_go?
in the release not of rules_go 0.38, it mentioned that new rules_go can support the go 1.20
This is the first release to support Go 1.20. When on this version of Go, it is highly recommended to use Bazel 6 and set
--experimental_output_directory_naming_scheme=diff_against_baseline to prevent certain
unnecessary rebuilds.
we find it have an new switch to accelerate the build in the bazel 6.0 . so that we decide to upgrade them.
Enhancement
why we need to upgrade the bazel the rules_go?
in the release not of rules_go 0.38, it mentioned that new rules_go can support the go 1.20
we find it have an new switch to accelerate the build in the bazel 6.0 . so that we decide to upgrade them.