Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazel-contrib/rules_go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.58.0
Choose a base ref
...
head repository: bazel-contrib/rules_go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.58.2
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 23, 2025

  1. Add missing bazel_dep to BCR test module (#4486)

    This is required with Bazel 8, which doesn't expose the `platforms`
    WORKSPACE suffix repo by default.
    98940c3 forgot to add it.
    fmeum authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    a06038c View commit details
    Browse the repository at this point in the history
  2. tests/bcr: don't require MODULE.bazel.lock (#4485)

    **What type of PR is this?**
    
    > Bug fix
    
    **What does this PR do? Why is it needed?**
    
    This is tested with different versions of Bazel, so the lock file is not
    stable.
    
    **Which issues(s) does this PR fix?**
    
    For #4483
    
    **Other notes for review**
    jayconrod authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    e3ec029 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. Make it easier to debug integration tests (#4488)

    By teeing the output here, something like `bazel test
    tests/core/from_go_mod_file:all --test_output=streamed` will now stream
    the underlying build progress as one would hope
    dzbarsky authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    4ded826 View commit details
    Browse the repository at this point in the history
  2. Only build cmd/internal/cov package on go1.20 where it exists (#4489)

    **What type of PR is this?**
    bug fix
    
    **What does this PR do? Why is it needed?**
    build_stdlib wouldn't work on <go1.20 
    
    **Which issues(s) does this PR fix?**
    
    Fixes #
    
    **Other notes for review**
    dzbarsky authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    c84ee39 View commit details
    Browse the repository at this point in the history
  3. .bazelci/presubmit.yml: run BCR tests with multiple Bazel versions (#…

    …4490)
    
    **What type of PR is this?**
    
    > Test
    
    **What does this PR do? Why is it needed?**
    
    On presubmit, run the BCR test with multiple Bazel versions. This helps
    us
    catch issues before a release.
    
    **Which issues(s) does this PR fix?**
    
    n/a
    
    **Other notes for review**
    jayconrod authored Oct 24, 2025
    Configuration menu
    Copy the full SHA
    3ea65d8 View commit details
    Browse the repository at this point in the history
Loading