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

Conversation

evanj
Copy link
Contributor

@evanj evanj commented Jul 27, 2023

.bazelversion: Upgrade 6.0.0 -> 6.3.0: 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.20.6
  • gazelle 0.29.0 -> 0.32.0
  • rules_pkg 0.7.1 -> 0.9.1
  • rules_rust 0.18.0 -> 0.25.1
  • rules_docker 0.20.0 -> 0.25.0

@loosebazooka
Copy link
Member

@evanj any chance you can rebase this (to use new ci runners)?

.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
Copy link
Contributor Author

evanj commented Aug 16, 2023

Sure thing! I took the opportunity to bump a few more dependencies:

Bazel 6.3.2
Go 1.21.0

@loosebazooka loosebazooka merged commit fcc38fc into GoogleContainerTools:main Aug 16, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants