You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The documentation below describes the newer Go version only.
44
44
It uses a simple algorithm:
45
45
- If the environment variable `USE_BAZEL_VERSION` is set, it will use the version specified in the value.
46
46
- Otherwise, if a `.bazeliskrc` file exists in the workspace root and contains the `USE_BAZEL_VERSION` variable, this version will be used.
47
-
- Otherwise, if a `.bazelversion` file exists in the current directory or recursively any parent directory, it will read the file and use the version specified in it.
47
+
- Otherwise, if a `.bazelversion` file exists in the workspace root, it will read the file and use the version specified in it.
48
48
- Otherwise, if the environment variable `USE_BAZEL_FALLBACK_VERSION` is set to one of the following formats:
49
49
- If set to a value starting with `error:`, it will report an error and version detection will fail.
50
50
- If set to a value starting with `warn:`, it will report a warning and use the version specified after the prefix.
0 commit comments