From 660f3df3b246eadaca451124b19f89da3e7028cf Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Aug 19 2020 13:57:06 +0000 Subject: %gochecks is obsolete, use %gocheck in %check instead That is the error I got when using trying %gochecks. --- diff --git a/guidelines/modules/ROOT/examples/golang/golang-github-stretchr-testify.spec b/guidelines/modules/ROOT/examples/golang/golang-github-stretchr-testify.spec index 4256699..7bfbe6f 100644 --- a/guidelines/modules/ROOT/examples/golang/golang-github-stretchr-testify.spec +++ b/guidelines/modules/ROOT/examples/golang/golang-github-stretchr-testify.spec @@ -39,7 +39,7 @@ BuildRequires: golang(github.com/stretchr/objx) %gopkginstall %check -%gochecks +%gocheck %gopkgfiles