From df0a52f53739a1bc05620f3f21533922488c0491 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Fri, 1 Aug 2025 22:10:20 -0700 Subject: feat: go-module support --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 276baa0..430818f 100644 --- a/justfile +++ b/justfile @@ -91,8 +91,8 @@ docker-push registry=DEFAULT_REGISTRY: docker push {{registry}}/go-git-server:$new_ver run repo=(TEMPDIR): - git clone --bare mgmt {{repo}}/mgmt.git - go run cmd/main.go -a -r {{repo}} + cp tests/test_gitserver.yaml {{repo}}/gitserver.yaml + go run cmd/main.go -s {{repo}}/gitserver.yaml test: golangci-lint run -- cgit v1.2.3