mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
6bb2a6dc9a
In Go 1.14 a 'checkptr' test was added to the -race build option to check for correct usage of unsafe.Pointer. Version 1.3.2 of OneOfOne/xxhash fails these checks causing OPA to fail these checks. Version 1.3.6 of xxhash fixes these issues. Signed-off-by: Dan Dooley <dan@dooley.ac.nz>