File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,8 +130,8 @@ def get_defaults() -> dict[str, Any]:
130130 "dependencies.golang.resolution" : "SDK" ,
131131 "dependencies.golang.tag" : "go1.23.10" ,
132132 "dependencies.golang.urlTemplate.linux" : "https://golang.org/dl/{TAG}.linux-{ARCH}.tar.gz" ,
133- "dependencies.golang.urlTemplate.osx" : "https://golang.org/dl/{TAG}.darwin-{ARCH} .tar.gz" ,
134- "dependencies.golang.urlTemplate.windows" : "https://golang.org/dl/{TAG}.windows-{ARCH} .zip" ,
133+ "dependencies.golang.urlTemplate.osx" : "https://golang.org/dl/{TAG}.darwin-amd64 .tar.gz" ,
134+ "dependencies.golang.urlTemplate.windows" : "https://golang.org/dl/{TAG}.windows-amd64 .zip" ,
135135 "dependencies.testwallets.tag" : "v1.0.0" ,
136136 "dependencies.testwallets.urlTemplate.linux" : "https://github.com/multiversx/mx-sdk-testwallets/archive/{TAG}.tar.gz" ,
137137 "dependencies.testwallets.urlTemplate.osx" : "https://github.com/multiversx/mx-sdk-testwallets/archive/{TAG}.tar.gz" ,
You can’t perform that action at this time.
0 commit comments