Searched refs:GO_URL (Results 1 – 3 of 3) sorted by relevance
15 GO_URL = "https://dl.google.com/go/go1.11.linux-amd64.tar.gz" variable19 p1 = subprocess.Popen(["curl", GO_URL], stdout=subprocess.PIPE)
20 GO_URL = "https://golang.org/dl/go1.16.3.linux-amd64.tar.gz" variable28 subprocess.check_call(["wget", '-O', zipfile, GO_URL])
20 GO_URL = "https://golang.org/dl/go1.16.3.windows-amd64.zip" variable28 subprocess.check_call(["wget", '-O', zipfile, GO_URL])