File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ function getFileName(version: string): string {
101101}
102102
103103function getDownloadUrl ( filename : string ) : string {
104- return util . format ( "https://storage.googleapis.com/golang /%s" , filename ) ;
104+ return util . format ( "https://go.dev/dl /%s" , filename ) ;
105105}
106106
107107function setGoEnvironmentVariables ( goRoot : string ) {
Original file line number Diff line number Diff line change 1313 "author" : " Microsoft Corporation" ,
1414 "version" : {
1515 "Major" : 0 ,
16- "Minor" : 263 ,
16+ "Minor" : 264 ,
1717 "Patch" : 0
1818 },
1919 "satisfies" : [
Original file line number Diff line number Diff line change 1313 "author" : " Microsoft Corporation" ,
1414 "version" : {
1515 "Major" : 0 ,
16- "Minor" : 263 ,
16+ "Minor" : 264 ,
1717 "Patch" : 0
1818 },
1919 "satisfies" : [
You can’t perform that action at this time.
0 commit comments