Skip to content

Quick fix for reference to un-cloneable commit

Jacob Vosmaer requested to merge jv-go-internal-mod into master

We had a weird inconsistency in go/internal/go.mod: we were relying on gitaly-proto commit e6bad277 that exists on gitlab.com, but that cannot be retrieved with git clone. This changes the dependency to gitaly-proto@v1.32.0.

Closes gitaly#1731 (closed)

Merge request reports