Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 511 Bytes

FAQ.md

File metadata and controls

16 lines (9 loc) · 511 Bytes

Frequently Asked Questions

General Questions

What version of go does this project require?

This project requires anything within the go 1.16.x range of versions. Anything newer simply wont work, see: issue 92

Does this mean I have to downgrade go?

Nope. You can install multiple versions of go, which can be used with egg as per:

$ GOROOT=$(go1.16.13 env GOROOT) egg build