ci: fixed performance issues, converted more fields to hidden

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba
2022-02-17 20:39:40 -08:00
parent 8e2f3eb21d
commit 2a9cf1ce7c
2 changed files with 23 additions and 22 deletions

View File

@@ -37,11 +37,7 @@ let GolangCILintVersion = "1.44.0"
// base image for the Go linter
// https://golangci-lint.run/usage/install/#docker
goLinter: _goLinter.output
_goLinter: docker.#Build & {
steps: [
docker.#Pull & {
source: "index.docker.io/golangci/golangci-lint:v\(GolangCILintVersion)"
},
]
_goLinter: docker.#Pull & {
source: "index.docker.io/golangci/golangci-lint:v\(GolangCILintVersion)"
}
}