Add gomodTidy1.17 to postUpdateOptions for Gitaly
Some Gitaly package updates created by renovate-bot are failing due to incompatibility with Go 1.16. As Gitaly's minimum supported Go version
is 1.17, we can safely add gomodTidy1.17
to our postUpdateOptions
, which will run go mod tidy -compat=1.17
and successfully update go.sum
.