mirror of
https://github.com/caddyserver/xcaddy.git
synced 2025-01-22 08:36:28 +01:00
run go get -d
at the end of prepping new env (#92)
This commit is contained in:
parent
0b7d07c7a5
commit
58e714eb0e
1 changed files with 4 additions and 1 deletions
|
@ -154,7 +154,10 @@ nextPlugin:
|
|||
default:
|
||||
}
|
||||
}
|
||||
|
||||
err = env.execGoGet(ctx, "", "")
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
log.Println("[INFO] Build environment ready")
|
||||
|
||||
return env, nil
|
||||
|
|
Loading…
Reference in a new issue