fix: increased minimum required golang version in readme

This commit is contained in:
Simone Margaritelli
2024-04-06 16:13:12 -04:00
parent c0fc052672
commit 2ad932662f

View File

@@ -44,7 +44,7 @@ The idea is to use Arc as a single storage and manager for your passwords, encry
## Usage
You can find binary releases of Arc [here](https://github.com/evilsocket/arc/releases), if instead you want to build it from source, make sure you have Go >= 1.8 installed and configured correctly, then clone this repository, install the dependencies and compile the `arc` server component:
You can find binary releases of Arc [here](https://github.com/evilsocket/arc/releases), if instead you want to build it from source, make sure you have Go >= 1.22.x installed and configured correctly, then clone this repository, install the dependencies and compile the `arc` server component:
go install github.com/evilsocket/arc/cmd/arc@latest