The Golang packaging guidelines [1] say: > Packages MUST NOT use the deprecated legacy %gocheck macro. We should migrate to using the `%gocheck2` macro [2]. [1]: https://docs.fedoraproject.org/en-US/packaging-guidelines/Golang/#_testing [2]: https://fedora.gitlab.io/sigs/go/go-vendor-tools/man/rpm_macros/#gocheck2
The Golang packaging guidelines 1 say:
We should migrate to using the
%gocheck2macro 2.