diff --git a/testing/pgptest/pgp.go b/testing/pgptest/pgp.go index d4b785aea4b..c6c441536bf 100644 --- a/testing/pgptest/pgp.go +++ b/testing/pgptest/pgp.go @@ -10,8 +10,8 @@ import ( "testing" "github.com/stretchr/testify/require" - "golang.org/x/crypto/openpgp" - "golang.org/x/crypto/openpgp/armor" + "golang.org/x/crypto/openpgp" //nolint:staticcheck // It still receives security fixes and it's just test code + "golang.org/x/crypto/openpgp/armor" //nolint:staticcheck // It still receives security fixes and it's just test code ) // Sing signs data using RSA. It creates the key, sings data and returns the