From 4b0e5b561adcf57f6c0fdf68fcc8a458397dd537 Mon Sep 17 00:00:00 2001 From: Greg Osuri Date: Mon, 11 Sep 2023 14:10:26 -0500 Subject: [PATCH] docs(readme): set golang version to 1.21.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a7270d20b..d17bf534fb 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ To become a contributor, please see the guide on [contributing](CONTRIBUTING.md) ## Development environment [This doc](https://github.com/akash-network/node/blob/main/_docs/development-environment.md) guides through setting up local development environment -Akash is developed and tested with [golang 1.16.0+](https://golang.org/). +Akash is developed and tested with [golang 1.21.0+](https://golang.org/). Building requires a working [golang](https://golang.org/) installation, a properly set `GOPATH`, and `$GOPATH/bin` present in `$PATH`. It is also required to have C/C++ compiler installed (gcc/clang) as there are C dependencies in use (libusb/libhid) Akash build process and examples are heavily tied to Makefile.