@@ -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: