Revert "[#972] go.mod: Bump go version to go1.21"

This reverts commit e39a714c25.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2024-02-19 17:03:32 +03:00 committed by Evgenii Stratonikov
parent 9f68305c2e
commit 9adcb253be
12 changed files with 14 additions and 14 deletions

View file

@ -49,7 +49,7 @@ The latest version of frostfs-node works with frostfs-contract
# Building
To make all binaries you need Go 1.21+ and `make`:
To make all binaries you need Go 1.20+ and `make`:
```
make all
```