diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index c4066307699..ba0a61e7da2 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -ce72ae1842f35a731d4c7c8a2363e628d22e642e +2619bb82dacb10cb055a2c8ccf40750d1185570e diff --git a/common/config/.golangci-format.yml b/common/config/.golangci-format.yml index cee514d6a84..dc57f11a97a 100644 --- a/common/config/.golangci-format.yml +++ b/common/config/.golangci-format.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.54.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.55.x # use the fixed version to not introduce new linters unexpectedly run: # timeout for analysis, e.g. 30s, 5m, default is 1m deadline: 20m diff --git a/common/config/.golangci.yml b/common/config/.golangci.yml index 31b6df7e00a..5a5f32db38d 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.54.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.55.x # use the fixed version to not introduce new linters unexpectedly run: # timeout for analysis, e.g. 30s, 5m, default is 1m deadline: 20m