universe: go: improve cache management
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
@@ -12,7 +12,10 @@ dagger.#Plan & {
|
||||
|
||||
simple: go.#Container & {
|
||||
source: _source
|
||||
command: args: ["version"]
|
||||
command: {
|
||||
name: "go"
|
||||
args: ["version"]
|
||||
}
|
||||
}
|
||||
|
||||
override: {
|
||||
@@ -23,7 +26,10 @@ dagger.#Plan & {
|
||||
command: go.#Container & {
|
||||
input: base.output
|
||||
source: _source
|
||||
command: args: ["version"]
|
||||
command: {
|
||||
name: "go"
|
||||
args: ["version"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user