Skip to content

Commit

Permalink
UPDATE Bazel version to 6.3.2
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 559431563
  • Loading branch information
bcorso authored and Dagger Team committed Aug 23, 2023
1 parent 8d2385f commit c53be9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ on:
env:
USE_JAVA_DISTRIBUTION: 'zulu'
USE_JAVA_VERSION: '11'
# Our Bazel builds currently rely on 6.3.1. The version is set via
# Our Bazel builds currently rely on 6.3.2. The version is set via
# baselisk by USE_BAZEL_VERSION: https://github.com/bazelbuild/bazelisk.
USE_BAZEL_VERSION: '6.3.1'
USE_BAZEL_VERSION: '6.3.2'
# The default Maven 3.9.0 has a regression so we manually install 3.8.7.
# https://issues.apache.org/jira/browse/MNG-7679
USE_MAVEN_VERSION: '3.8.7'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
env:
USE_JAVA_DISTRIBUTION: 'zulu'
USE_JAVA_VERSION: '11'
# Our Bazel builds currently rely on 6.3.1. The version is set via
# Our Bazel builds currently rely on 6.3.2. The version is set via
# baselisk by USE_BAZEL_VERSION: https://github.com/bazelbuild/bazelisk.
USE_BAZEL_VERSION: '6.3.1'
USE_BAZEL_VERSION: '6.3.2'
DAGGER_RELEASE_VERSION: "${{ github.event.inputs.dagger_release_version }}"
# The default Maven 3.9.0 has a regression so we manually install 3.8.7.
# https://issues.apache.org/jira/browse/MNG-7679
Expand Down

0 comments on commit c53be9a

Please sign in to comment.