craft your forge, build your project, grow your community freely
1---
2id: "645e"
3priority: 10
4sprint: ""
5assignee: null
6status: triage
7kind: issue
8---
910# Repositories should use sha256 hash object
1112go-git permit to try sha256 hash object with `go run -tags sha256 ./app/server` and we need to force them in repo init options.
1314But it's not working. We need to debug this.
1516171819Upstream work on that https://github.com/go-git/go-git/pull/1527