Automator: update common-files@master in istio/istio.io@master (#8887)

This commit is contained in:
Istio Automation 2021-02-01 08:38:15 -08:00 committed by GitHub
parent c20fac1058
commit f039fe773b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -1 +1 @@
d73e1648febaeb5ec1cb79f5fc404e89b5b2014e
b3947640742a721e67d87455299cf3681a6e5904

View File

@ -77,9 +77,6 @@ mod-download-go:
# https://github.com/golang/go/issues/43994
@go mod tidy
list-all-go:
@-GOFLAGS="-mod=readonly" go list -deps -test
format-go: tidy-go
@${FINDFILES} -name '*.go' \( ! \( -name '*.gen.go' -o -name '*.pb.go' \) \) -print0 | ${XARGS} common/scripts/format_go.sh