You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build/install another project which depends on git2go: mergestat/mergestat-lite#197
And it looks like latest git2go doesn't support latest libgit2:
[…]
# github.com/libgit2/git2go/v32
/home/giermulnik/.cache/Homebrew/go_mod_cache/pkg/mod/github.com/libgit2/git2go/[email protected]/Build_system_dynamic.go:12:3: error: #error "Invalid libgit2 version; this git2go supports libgit2 between v1.2.0 and v1.2.0"
12 | # error "Invalid libgit2 version; this git2go supports libgit2 between v1.2.0 and v1.2.0"
| ^~~~~
[…]
Any clue on how do I overcome/fix this issue?
Thanks
The text was updated successfully, but these errors were encountered:
I'm trying to build/install another project which depends on
git2go
: mergestat/mergestat-lite#197And it looks like latest
git2go
doesn't support latestlibgit2
:Any clue on how do I overcome/fix this issue?
Thanks
The text was updated successfully, but these errors were encountered: