From 421a72ba2f72b6de304db1cdbb9e9a63c832b2e4 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Mon, 2 Nov 2020 20:39:45 -0800 Subject: [PATCH] Automator: update common-files@master in istio/proxy@master (#3078) --- common/.commonfiles.sha | 2 +- common/config/.golangci-format.yml | 3 ++- common/config/.golangci.yml | 3 ++- common/scripts/setup_env.sh | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 50f8a9ede16..cdbbca34d8b 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -deca53a63824d957f0e42c354eeb5cf510bd2dd1 +02d938cc4e1121567f67a39399386d4f58a83186 diff --git a/common/config/.golangci-format.yml b/common/config/.golangci-format.yml index 8a871f9d6ae..69bf7f44114 100644 --- a/common/config/.golangci-format.yml +++ b/common/config/.golangci-format.yml @@ -11,7 +11,8 @@ service: run: # timeout for analysis, e.g. 30s, 5m, default is 1m deadline: 20m - + build-tags: + - integ # which dirs to skip: they won't be analyzed; # can use regexp here: generated.*, regexp is applied on full path; # default value is empty list, but next dirs are always skipped independently diff --git a/common/config/.golangci.yml b/common/config/.golangci.yml index 35c91c14eed..5095bc5602d 100644 --- a/common/config/.golangci.yml +++ b/common/config/.golangci.yml @@ -11,7 +11,8 @@ service: run: # timeout for analysis, e.g. 30s, 5m, default is 1m deadline: 20m - + build-tags: + - integ # which dirs to skip: they won't be analyzed; # can use regexp here: generated.*, regexp is applied on full path; # default value is empty list, but next dirs are always skipped independently diff --git a/common/scripts/setup_env.sh b/common/scripts/setup_env.sh index 5426d1e04a0..624669102e0 100755 --- a/common/scripts/setup_env.sh +++ b/common/scripts/setup_env.sh @@ -59,7 +59,7 @@ fi # Build image to use if [[ "${IMAGE_VERSION:-}" == "" ]]; then - export IMAGE_VERSION=master-2020-10-26T17-20-43 + export IMAGE_VERSION=master-2020-10-31T05-33-08 fi if [[ "${IMAGE_NAME:-}" == "" ]]; then export IMAGE_NAME=build-tools