Skip to content

Commit

Permalink
Update to Bazelisk v1.19.0 (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsieker authored Dec 21, 2023
1 parent b18c44e commit 6146252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/rbeconfigsgen/rbeconfigsgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,9 @@ func workdir(os string) string {
func BazeliskDownloadInfo(os string) (string, string, error) {
switch os {
case OSLinux:
return "https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-linux-amd64", "bazelisk", nil
return "https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64", "bazelisk", nil
case OSWindows:
return "https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-windows-amd64.exe", "bazelisk.exe", nil
return "https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-windows-amd64.exe", "bazelisk.exe", nil
}
return "", "", fmt.Errorf("invalid OS %q", os)
}
Expand Down

0 comments on commit 6146252

Please sign in to comment.