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
{{ message }}
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
The tag for github.com/bazelbuild/rules_webtesting version 0.4.1 is 0.4.1 instead of what Go expects which is v0.4.1. That means when folks are importing it via go.mod in their MODULE.bazel, their build breaks when trying to use that version. The Go tools will error with
Go tooling expects versions tags to start with "v". The last rules_webtesting version to do so was v0.2.0 and so that's the latest one that is seen by Go tooling. You can see this on the web at https://pkg.go.dev/github.com/bazelbuild/rules_webtesting
It would be nice to get a v0.4.1 (and v0.4.0, if possible) tag for the Go imports