Skip to content

Commit 6146252

Browse files
authored
Update to Bazelisk v1.19.0 (#1003)
1 parent b18c44e commit 6146252

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
@@ -262,9 +262,9 @@ func workdir(os string) string {
262262
func BazeliskDownloadInfo(os string) (string, string, error) {
263263
switch os {
264264
case OSLinux:
265-
return "https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-linux-amd64", "bazelisk", nil
265+
return "https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64", "bazelisk", nil
266266
case OSWindows:
267-
return "https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-windows-amd64.exe", "bazelisk.exe", nil
267+
return "https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-windows-amd64.exe", "bazelisk.exe", nil
268268
}
269269
return "", "", fmt.Errorf("invalid OS %q", os)
270270
}

0 commit comments

Comments
 (0)