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 @@ -241,9 +241,9 @@ func workdir(os string) string {
241241func 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}
You can’t perform that action at this time.
0 commit comments