fixing problems with go mod cache

This commit is contained in:
херетик
2023-01-29 10:58:17 +00:00
parent 73b84147de
commit caf6b5e892
4 changed files with 17 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ import (
var (
// URL is the git URL for the repository.
URL = ""
URL = "git-indra.lan/indra-labs/indra"
// GitRef is the gitref, as in refs/heads/branchname.
GitRef = "refs/heads/main"
// ParentGitCommit is the commit hash of the parent HEAD.