Explorar el Código

d01 Обновление Makefile

SVI hace 2 años
padre
commit
b52f3fff9f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -47,7 +47,7 @@ test.run:
 	go tool cover -func=coverage.txt
 mod:
 	clear
-	go mod tidy
+	go mod tidy -compat=1.20
 	go mod vendor
 	go fmt ./...
 lint: