Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2022-10-12 16:07:48 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2022-10-12 16:34:46 +0300
commit5d76c516cbf25b0d2048e91ff653e26fdd35bcc6 (patch)
tree6cd09ee36c203a359d483077fe34429fe56d129d /Makefile.util.mk
parent7e01bfda3f59a5bcb78af4f4d3001dfa7fe1078a (diff)
Run go mod tidy -compat=1.17
Diffstat (limited to 'Makefile.util.mk')
-rw-r--r--Makefile.util.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.util.mk b/Makefile.util.mk
index 7287d260..d5417515 100644
--- a/Makefile.util.mk
+++ b/Makefile.util.mk
@@ -41,7 +41,7 @@ cover:
$Q go tool cover -func .cover/test.coverage
deps-check:
- go mod tidy
+ go mod tidy -compat=1.17
@if git diff --color=always --exit-code -- go.mod go.sum; then \
echo "go.mod and go.sum are ok"; \
else \