mirror of
https://github.com/octoleo/restic.git
synced 2024-11-21 20:35:12 +00:00
CI: Enable Go Module Proxy
This commit is contained in:
parent
b1c77172c2
commit
12aa1e61da
@ -576,6 +576,13 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
// enable the Go Module Proxy
|
||||
err = os.Setenv("GOPROXY", "https://proxy.golang.org")
|
||||
if err != nil {
|
||||
msg("setenv(GOPROXY) return error: %v\n", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
var env CIEnvironment
|
||||
|
||||
switch {
|
||||
|
Loading…
Reference in New Issue
Block a user