Skip to content

Commit cac8193

Browse files
Automator: update [email protected] in istio/[email protected] (#16796)
1 parent ce7599b commit cac8193

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
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-6ffbc42a6a6e53188b7b86c84609475167106efd",
3+
"image": "gcr.io/istio-testing/build-tools:master-84ec1491b45cfdc32689a5f875ffcdd7ae0ba260",
44
"privileged": true,
55
"remoteEnv": {
66
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
43da809d33c1dcf1c1316f26d7598d74555dc739
1+
04e2eb1c369f36cde87e342ae2b9be6d157d3eac

common/config/.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ linters:
184184
- linters:
185185
- staticcheck
186186
text: 'S1007'
187+
# TODO: remove once we have updated package names
188+
- linters:
189+
- revive
190+
text: "var-naming: avoid meaningless package names"
187191
paths:
188192
- .*\.pb\.go
189193
- .*\.gen\.go

common/scripts/setup_env.sh

Lines changed: 1 addition & 1 deletion
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-6ffbc42a6a6e53188b7b86c84609475167106efd
78+
IMAGE_VERSION=master-84ec1491b45cfdc32689a5f875ffcdd7ae0ba260
7979
fi
8080
if [[ "${IMAGE_NAME:-}" == "" ]]; then
8181
IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)