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.32k stars 128 forks source link

Remove support of extra golang versions #624

Closed Lagovas closed 1 year ago

Lagovas commented 1 year ago

We decided to support only last versions of golang due to prioritizing distribution via packages and docker images, decreasing demand of building from sources, and simplifying installation of the new golang versions. Additionally downgraded back boto3 due to missing that version on PYPI for python3 available on centos7.

Checklist