diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index db7fe254..37b6bbe3 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -6403a5054d10955bf227504b88aecf8b2816928e +5f3fa5b9fb77bbe51a5827509f942f6d88b9f72c diff --git a/common/config/.golangci-format.yml b/common/config/.golangci-format.yml index b94c5839..cee514d6 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.49.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.54.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 447b52ce..31b6df7e 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.53.x # use the fixed version to not introduce new linters unexpectedly + golangci-lint-version: 1.54.x # use the fixed version to not introduce new linters unexpectedly run: # timeout for analysis, e.g. 30s, 5m, default is 1m deadline: 20m