File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " istio build-tools" ,
3
- "image" : " gcr.io/istio-testing/build-tools:master-6ffbc42a6a6e53188b7b86c84609475167106efd " ,
3
+ "image" : " gcr.io/istio-testing/build-tools:master-84ec1491b45cfdc32689a5f875ffcdd7ae0ba260 " ,
4
4
"privileged" : true ,
5
5
"remoteEnv" : {
6
6
"USE_GKE_GCLOUD_AUTH_PLUGIN" : " True" ,
Original file line number Diff line number Diff line change 1
- 43da809d33c1dcf1c1316f26d7598d74555dc739
1
+ 04e2eb1c369f36cde87e342ae2b9be6d157d3eac
Original file line number Diff line number Diff line change @@ -184,6 +184,10 @@ linters:
184
184
- linters :
185
185
- staticcheck
186
186
text : ' S1007'
187
+ # TODO: remove once we have updated package names
188
+ - linters :
189
+ - revive
190
+ text : " var-naming: avoid meaningless package names"
187
191
paths :
188
192
- .*\.pb\.go
189
193
- .*\.gen\.go
Original file line number Diff line number Diff line change 75
75
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:- gcr.io}
76
76
PROJECT_ID=${PROJECT_ID:- istio-testing}
77
77
if [[ " ${IMAGE_VERSION:- } " == " " ]]; then
78
- IMAGE_VERSION=master-6ffbc42a6a6e53188b7b86c84609475167106efd
78
+ IMAGE_VERSION=master-84ec1491b45cfdc32689a5f875ffcdd7ae0ba260
79
79
fi
80
80
if [[ " ${IMAGE_NAME:- } " == " " ]]; then
81
81
IMAGE_NAME=build-tools
You can’t perform that action at this time.
0 commit comments