Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

v0.4.1 of the Go module github.com/bazelbuild/rules_webtesting doesn't show up because of missing "v" in tag name #507

@jmhodges

Description

@jmhodges

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: github.com/bazelbuild/rules_webtesting@v0.4.1: invalid version: unknown revision v0.4.1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions