Skip to content

Commit 8064aa5

Browse files
Automator: update common-files@master in istio/istio.io@master (#14607)
1 parent f84fa32 commit 8064aa5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "istio build-tools",
3-
"image": "gcr.io/istio-testing/build-tools:master-6b2fe106fe84fc53a26c35d27c5f48bf20e2071d",
3+
"image": "gcr.io/istio-testing/build-tools:master-7da9e46975d7054e063f55c12d9a3a1cfba7cad2",
44
"privileged": true,
55
"remoteEnv": {
66
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

common/.commonfiles.sha

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d025bb841bab27e9ce90317380c0616135ef061f
1+
07b67ad407a3f67cf3924fd5274c487a4503b8c3

common/config/.golangci-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

common/config/.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

common/scripts/setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fi
7575
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
7676
PROJECT_ID=${PROJECT_ID:-istio-testing}
7777
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
78-
IMAGE_VERSION=master-6b2fe106fe84fc53a26c35d27c5f48bf20e2071d
78+
IMAGE_VERSION=master-7da9e46975d7054e063f55c12d9a3a1cfba7cad2
7979
fi
8080
if [[ "${IMAGE_NAME:-}" == "" ]]; then
8181
IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)