New comment by 4ricci on void-packages repository https://github.com/void-linux/void-packages/pull/28825#issuecomment-782176506 Comment: `GOPATH` mode is still supported but now it's not enabled by default. Almost all of our packages use modules, but some use `GOPATH`, so it can't be removed from the build style. Theese few packages need `GO111MODULE=off` (or `=auto`). For instance, `keybase` does not build with go-1.16 and the current build style (I didn't notice this before).