From af9690a61bb02699a46caf1ac7e47adeeb50f55e Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Wed, 3 Apr 2024 10:02:07 -0700 Subject: [PATCH] Automator: update common-files@master in istio/api@master (#3144) --- common/.commonfiles.sha | 2 +- common/config/.golangci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 4096597e52..b015502d0a 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -f611946af7623d2ce03e2d4e146d0f238b5f0ca4 +8afa75103a20861ee4ed4cecc6b10d975b44e68a diff --git a/common/config/.golangci.yml b/common/config/.golangci.yml index 43d40ded6e..59dd3321db 100644 --- a/common/config/.golangci.yml +++ b/common/config/.golangci.yml @@ -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.56.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.57.x # use the fixed version to not introduce new linters unexpectedly run: # timeout for analysis, e.g. 30s, 5m, default is 1m deadline: 20m