From f039fe773bd925178eb8501ea19fccd2708686cf Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Mon, 1 Feb 2021 08:38:15 -0800 Subject: [PATCH] Automator: update common-files@master in istio/istio.io@master (#8887) --- common/.commonfiles.sha | 2 +- common/Makefile.common.mk | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 8024db3e70..c99c092e55 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -d73e1648febaeb5ec1cb79f5fc404e89b5b2014e +b3947640742a721e67d87455299cf3681a6e5904 diff --git a/common/Makefile.common.mk b/common/Makefile.common.mk index 421c7accab..4e02d7abb4 100644 --- a/common/Makefile.common.mk +++ b/common/Makefile.common.mk @@ -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