Skip to content

Commit 6b7cab1

Browse files
authored
Update bazelisk version (#971)
Newer bazelisk versions can understand better bazel versions, eg prerelease and rc.
1 parent 2fcf56e commit 6b7cab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/rbeconfigsgen/rbeconfigsgen.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ func workdir(os string) string {
241241
func BazeliskDownloadInfo(os string) (string, string, error) {
242242
switch os {
243243
case OSLinux:
244-
return "https://github.com/bazelbuild/bazelisk/releases/download/v1.7.4/bazelisk-linux-amd64", "bazelisk", nil
244+
return "https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-linux-amd64", "bazelisk", nil
245245
case OSWindows:
246-
return "https://github.com/bazelbuild/bazelisk/releases/download/v1.7.4/bazelisk-windows-amd64.exe", "bazelisk.exe", nil
246+
return "https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-windows-amd64.exe", "bazelisk.exe", nil
247247
}
248248
return "", "", fmt.Errorf("invalid OS %q", os)
249249
}

0 commit comments

Comments
 (0)