cossacklabs / acra

Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
https://www.cossacklabs.com/acra/
Apache License 2.0
1.35k stars 128 forks source link

Fix mockery version downgrade #549

Closed Zhaars closed 2 years ago

Zhaars commented 2 years ago

Makefile contains installing the latest mockery version which requires go 1.18. Acra should support at least three latest versions. Just downgrade the mockery version to be able to build Acra with a version lower than 1.18.

Checklist