github.com/icexin/eggos@v0.4.2-0.20220216025428-78b167e4f349/FAQ.md (about) 1 # Frequently Asked Questions 2 3 ## General Questions 4 5 ### What version of go does this project require? 6 7 This project requires anything within the `go 1.16.x` range of versions. Anything newer simply wont work, see: [issue 92](https://github.com/icexin/eggos/issues/92) 8 9 10 ### Does this mean I have to downgrade go? 11 12 Nope. You can install [multiple versions](https://go.dev/doc/manage-install#installing-multiple) of go, which can be used with `egg` as per: 13 14 ```bash 15 $ GOROOT=$(go1.16.13 env GOROOT) egg build 16 ```