File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -262,9 +262,9 @@ func workdir(os string) string {
262
262
func BazeliskDownloadInfo (os string ) (string , string , error ) {
263
263
switch os {
264
264
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
266
266
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
268
268
}
269
269
return "" , "" , fmt .Errorf ("invalid OS %q" , os )
270
270
}
You can’t perform that action at this time.
0 commit comments