aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-07-02 10:56:15 +0200
committerTaras Madan <tarasmadan@google.com>2024-07-02 14:54:36 +0000
commit0fe237468bc097a7209cc3844a271024e950bfb0 (patch)
tree34f0df652fdbc5136d30dff3d8c5e64a9c935033 /Makefile
parenta76d7f89c2a885e94e291f5cfc4f6cd600e9e953 (diff)
Makefile: check go mod tidy doesn't fail
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8ab6a87c6..51f53a032 100644
--- a/Makefile
+++ b/Makefile
@@ -308,6 +308,7 @@ presubmit:
presubmit_aux:
$(MAKE) generate
$(MAKE) -j100 check_commits check_diff check_copyright check_language check_whitespace check_links check_shebang tidy
+ $(GO) mod tidy
presubmit_build: descriptions
# Run go build before lint for better error messages if build is broken.