libgit2/git2go

error "Invalid libgit2 version; this git2go supports libgit2 between v1.2.0 and v1.2.0"

yermulnik opened this issue · 4 comments

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/v32@v32.0.4/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

dupe of #834

edit: that's not true!

oh i completely missed the 1.3.0 release 🤦‍♂️ . we'll create a new release soon.