New review comment by shizonic on void-packages repository https://github.com/void-linux/void-packages/pull/34157#discussion_r754015425 Comment: TBH: I don't know where execatly the problem is, but I get this error during building: ```shell => github-cli-2.2.0_1: building [go] [qemu] for x86_64... [host] go-1.17.2_1: found (https://alpha.de.repo.voidlinux.org/current) => github-cli-2.2.0_1: installing host dependencies: go-1.17.2_1 ... => github-cli-2.2.0_1: running pre-build hook: 02-script-wrapper ... => github-cli-2.2.0_1: running pre_build ... => github-cli-2.2.0_1: running do_build ... no required module provides package github.com/cli/cli/cmd/gh; to add it: go get github.com/cli/cli/cmd/gh => ERROR: github-cli-2.2.0_1: do_build: 'go install -p "$XBPS_MAKEJOBS" -mod="${go_mod_mode}" -x -tags "${go_build_tags}" -ldflags "${go_ldflags}" ${go_package}' exited with 1 => ERROR: in do_build() at common/build-style/go.sh:36 ``` After I added `go_mod_mode=off` it worked, so I pushed it.