# Use gccgo and not go/gc on i686 and i486
if [ "$CARCH" = 'i686' -o "$CARCH" = 'i486' ]; then
  makedepends=(${makedepends[@]//go/})
  makedepends+=(gcc-go)
fi

# failing test: FAIL github.com/twpayne/chezmoi/v2/pkg/git [build failed]
unset check