Skip to content

Commit

Permalink
docs(readme): set golang version to 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuri committed Sep 11, 2023
1 parent b002976 commit 4b0e5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4b0e5b5

Please sign in to comment.