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.56.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.56.1
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Aug 2, 2025

  1. fix: instrumentForCoverage for empty outfiles (#4414)

    **What type of PR is this?**
    
    Bug fix
    
    **What does this PR do? Why is it needed?**
    
    **Which issues(s) does this PR fix?**
    
    Fixes #4412
    
    **Other notes for review**
    bakjos authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    70ad27d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Consider go_sdk.wrap for host compatible SDK (#4410)

    **What type of PR is this?**
    
    Bug fix
    
    **What does this PR do? Why is it needed?**
    
    This was missed in #4300.
    
    **Which issues(s) does this PR fix?**
    
    Fixes #4408 
    
    **Other notes for review**
    fmeum authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    beb2bbc View commit details
    Browse the repository at this point in the history
  2. Drop compatibility with 6.0.0 (#4411)

    **What type of PR is this?**
    
    Cleanup
    
    **What does this PR do? Why is it needed?**
    
    Simplify C++ toolchain handling by requiring at least Bazel 6.1.0. This
    will be used in future PRs to implement proper, exec-platform aware
    resolution for the combination of Go and (optional) C++ toolchain.
    
    **Which issues(s) does this PR fix?**
    
    **Other notes for review**
    fmeum authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    4957aa3 View commit details
    Browse the repository at this point in the history
Loading