Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.bazelversion,WORKSPACE: Bazel 6.0.0 -> 6.3.0; Update dependencies #1367

Merged
merged 1 commit into from
Aug 16, 2023
Merged

.bazelversion,WORKSPACE: Bazel 6.0.0 -> 6.3.0; Update dependencies #1367

merged 1 commit into from
Aug 16, 2023

Commits on Aug 16, 2023

  1. .bazelversion,WORKSPACE: Bazel 6.0.0 -> 6.3.2; Update dependencies

    .bazelversion: Upgrade 6.0.0 -> 6.3.2: Latest LTS Bazel release
    
    WORKSPACE: Update the third-party dependencies that were easy. Some
    of these are hard: for example, rules_oci has removed structure_test
    in the latest version, so we will need to switch to bzlmod and make
    some bigger changes to upgrade that.
    
    Upgrades:
    * rules_go 0.38.1 -> 0.41.0
    * go 1.19.5 -> 1.21.0
    * gazelle 0.29.0 -> 0.32.0
    * rules_pkg 0.7.1 -> 0.9.1
    * rules_rust 0.18.0 -> 0.26.0
    * rules_docker 0.20.0 -> 0.25.0
    evanj committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8c7a4ce View commit details
    Browse the repository at this point in the history