From 1e10b5de69e9cac58f8cee8934747e4c2abcccc4 Mon Sep 17 00:00:00 2001 From: Michael Zalimeni Date: Mon, 27 Nov 2023 18:25:37 +0000 Subject: [PATCH] backport of commit 5316676bb671a973d4a04a9d0fd1db7b922cea86 --- .github/workflows/reusable-check-go-mod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-check-go-mod.yml b/.github/workflows/reusable-check-go-mod.yml index 7fffb616879..51fd6827768 100644 --- a/.github/workflows/reusable-check-go-mod.yml +++ b/.github/workflows/reusable-check-go-mod.yml @@ -26,7 +26,8 @@ jobs: - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1 with: go-version-file: 'go.mod' - - run: go mod tidy + # Run on all go.mod (include submodules). + - run: make go-mod-tidy - run: | if [[ -n $(git status -s) ]]; then echo "Git directory has changes"