summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b3bcdd8..c16dfd7 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ go-mod-tidy:
go-mod-tidy: go-mod-tidy/main
go-mod-tidy/main:
rm -f go.sum
- go mod tidy -go $(goversion) -compat $(goversion)
+ go mod tidy -go 1.20 -compat $(goversion)
.PHONY: go-mod-tidy/main
go-mod-tidy: $(patsubst tools/src/%/go.mod,go-mod-tidy/tools/%,$(wildcard tools/src/*/go.mod))