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

build: update `go` directive in `go.mod` to 1.17 #567

Closed Juneezee closed 2 years ago

Juneezee commented 2 years ago

Runs go mod tidy -go=1.17. This PR updates the go version in go.mod to 1.17 to match the minimum supported Go version in CircleCI and Dockerfiles.

Reference: https://github.com/cossacklabs/acra/pull/558

Checklist