Skip to content

Commit

Permalink
Automator: update common-files@master in istio/community@master (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Jun 8, 2023
1 parent 11cd99b commit 42f8249
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
30bf015b7dd0ab15b415d8a931642e27789924cd
fcdeddae52d90817263f273954d0eb23456b4b7b
11 changes: 10 additions & 1 deletion common/config/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.52.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.53.x # use the fixed version to not introduce new linters unexpectedly
run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
deadline: 20m
Expand Down Expand Up @@ -231,6 +231,15 @@ linters-settings:
# - unnamedResult
# - wrapperFunc
depguard:
# configuration for depguard v2
rules:
DenyGogoProtobuf:
files:
- $all
deny:
- pkg: github.com/gogo/protobuf
desc: "gogo/protobuf is deprecated, use golang/protobuf"
# configuration for depguard
packages-with-error-message:
- github.com/gogo/protobuf: "gogo/protobuf is deprecated, use golang/protobuf"
gosec:
Expand Down
2 changes: 1 addition & 1 deletion common/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fi
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
PROJECT_ID=${PROJECT_ID:-istio-testing}
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-62f8b507af660ecccb613e643daf5ea546222ac7
IMAGE_VERSION=master-8fd7512ff351aebc342a7c6410dd4899811de4ef
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
Expand Down

0 comments on commit 42f8249

Please # to comment.