cloudflare / circl

CIRCL: Cloudflare Interoperable Reusable Cryptographic Library
http://blog.cloudflare.com/introducing-circl
Other
1.26k stars 138 forks source link

Remove test that is no longer supported with Go 1.18 #330

Closed jawn-smith closed 2 years ago

jawn-smith commented 2 years ago

Closes https://github.com/cloudflare/circl/issues/329

Removing this test will resolve the failing test and allow this package to build successfully again in Ubuntu.

If you would prefer to use build tags to have this test still run with Go 1.17 but not with Go 1.18 I can make that change, just let me know.

jawn-smith commented 2 years ago

I've gone ahead and used the build tags strategy to keep this test in builds with older versions of Go while still disabling it for Go 1.18.

armfazh commented 2 years ago

Solved in #327