Skip to content

Commit fe0c3c3

Browse files
Automator: update common-files@master in istio/api@master (#2005)
1 parent 6b0cffc commit fe0c3c3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6dd7adf938419af5876a29c2b7922ee9feac9c1f
1+
113cffa1db6902f54432c3c42083db2f6385d4c9

common/config/.golangci-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
service:
99
# When updating this, also update the version stored in docker/build-tools/Dockerfile in the istio/tools repo.
10-
golangci-lint-version: 1.27.x # use the fixed version to not introduce new linters unexpectedly
10+
golangci-lint-version: 1.38.x # use the fixed version to not introduce new linters unexpectedly
1111
run:
1212
# timeout for analysis, e.g. 30s, 5m, default is 1m
1313
deadline: 20m

common/config/.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
service:
99
# When updating this, also update the version stored in docker/build-tools/Dockerfile in the istio/tools repo.
10-
golangci-lint-version: 1.27.x # use the fixed version to not introduce new linters unexpectedly
10+
golangci-lint-version: 1.38.x # use the fixed version to not introduce new linters unexpectedly
1111
run:
1212
# timeout for analysis, e.g. 30s, 5m, default is 1m
1313
deadline: 20m
@@ -37,6 +37,7 @@ linters:
3737
enable:
3838
- deadcode
3939
- errcheck
40+
- exportloopref
4041
- gocritic
4142
- gofumpt
4243
- goimports

0 commit comments

Comments
 (0)