diff --git a/.github/workflows/reusable-check-go-mod.yml b/.github/workflows/reusable-check-go-mod.yml index 7fffb61687..51fd682776 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"