remove go.* from e2e tests directory

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours
2022-12-08 18:45:47 +01:00
parent a4ac6ab694
commit cc247fdb84
9 changed files with 45 additions and 1331 deletions

View File

@@ -71,13 +71,7 @@ target "vendor-validate" {
output = ["type=cacheonly"]
}
target "modules-validate" {
inherits = ["_common"]
target = "modules-validate"
output = ["type=cacheonly"]
}
target "vendor" {
target "vendor-update" {
inherits = ["_common"]
target = "vendor-update"
output = ["."]