run go get -d at the end of prepping new env (#92)

This commit is contained in:
Mohammed Al Sahaf 2022-04-05 19:44:21 +03:00 committed by GitHub
parent 0b7d07c7a5
commit 58e714eb0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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