Skip to content

Commit

Permalink
Upgrade Bazel to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robfig committed Oct 5, 2021
1 parent f1019ef commit 7e1f19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
tasks:
ubuntu1804_bazel400:
platform: ubuntu1804
bazel: 4.0.0 # test minimum supported version of bazel
bazel: 4.2.0 # test minimum supported version of bazel
build_targets:
- "//..."
test_targets:
Expand Down
2 changes: 1 addition & 1 deletion go/private/common.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def has_versioned_shared_lib_extension(path):
# something like 1.2.3, or so.1.2, or dylib.1.2, or foo.1.2
return False

MINIMUM_BAZEL_VERSION = "4.0.0"
MINIMUM_BAZEL_VERSION = "4.2.0"

def as_list(v):
"""Returns a list, tuple, or depset as a list."""
Expand Down

0 comments on commit 7e1f19a

Please sign in to comment.