Automator: update common-files@master in istio/istio.io@master (#14607)

This commit is contained in:
Istio Automation 2024-02-12 06:58:34 -08:00 committed by GitHub
parent f84fa32640
commit 8064aa5064
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "istio build-tools",
"image": "gcr.io/istio-testing/build-tools:master-6b2fe106fe84fc53a26c35d27c5f48bf20e2071d",
"image": "gcr.io/istio-testing/build-tools:master-7da9e46975d7054e063f55c12d9a3a1cfba7cad2",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
d025bb841bab27e9ce90317380c0616135ef061f
07b67ad407a3f67cf3924fd5274c487a4503b8c3

View File

@ -7,7 +7,7 @@
service:
# When updating this, also update the version stored in docker/build-tools/Dockerfile in the istio/tools repo.
golangci-lint-version: 1.55.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.56.x # use the fixed version to not introduce new linters unexpectedly
run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
deadline: 20m

View File

@ -7,7 +7,7 @@
service:
# When updating this, also update the version stored in docker/build-tools/Dockerfile in the istio/tools repo.
golangci-lint-version: 1.55.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.56.x # use the fixed version to not introduce new linters unexpectedly
run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
deadline: 20m

View File

@ -75,7 +75,7 @@ fi
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
PROJECT_ID=${PROJECT_ID:-istio-testing}
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-6b2fe106fe84fc53a26c35d27c5f48bf20e2071d
IMAGE_VERSION=master-7da9e46975d7054e063f55c12d9a3a1cfba7cad2
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools