Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/contributing/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type: "docs"
cert-manager makes use of [Bazel](https://bazel.build/) to build the project.
Bazel manages all developer dependencies, Helm chart building, Docker images and the code itself.
We try to use it as much as possible.
We currently use Bazel `v3.7.2`. The minimum supported version is `v3.5.0`.
We currently use Bazel `v4.2.1`. The minimum supported version is `v4.0.0`.

> **TIP**: are you using GoLand? Make sure to exclude the `bazel-` folders! You can do this by right clicking on the folder -> Mark Directory As -> Excluded
> This will save you a ton of CPU time!
Expand Down