You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two branches, one with rules_go 0.52.0 + go 1.23 and another with rules_go 0.53.0 + go 1.24
I get a strange error sometimes when switching between the two branches:
Error in fail: gazelle++go_deps+org_golang_google_genproto_googleapis_rpc: fetch_repo:
go mod download exec error: /private/var/tmp/_bazel_atopolovec/29ec91ab44902ce087f81950e63441b1/external/rules_go++go_sdk+go_sdk/bin/go /private/var/tmp/_bazel_atopolovec/29ec91ab44902ce087f81950e63441b1/external/rules_go++go_sdk+go_sdk/bin/go mod download -json -modcacherw google.golang.org/genproto/googleapis/[email protected]: fork/exec /private/var/tmp/_bazel_atopolovec/29ec91ab44902ce087f81950e63441b1/external/rules_go++go_sdk+go_sdk/bin/go: no such file or directory
I have not been able to reproduce what is the trigger or steps to reproduce.
The text was updated successfully, but these errors were encountered:
**What type of PR is this?**
Bug fix
**What package or component does this PR mostly affect?**
go_repository
**What does this PR do? Why is it needed?**
Bazel 8 no longer watches `Label`s passed to `repository_ctx.path` by
default, which can result in `go_repository`s not being refetched when
the Go env or Gazelle changes.
**Which issues(s) does this PR fix?**
Related to bazel-contrib/rules_go#4278
**Other notes for review**
I have two branches, one with
rules_go 0.52.0
+go 1.23
and another withrules_go 0.53.0
+go 1.24
I get a strange error sometimes when switching between the two branches:
I have not been able to reproduce what is the trigger or steps to reproduce.
The text was updated successfully, but these errors were encountered: