Release Guidelines - lair-framework/lair GitHub Wiki

Repositories should follow semver for versioning.

Go

Go binaries should be built with the latest version of Go, gox is the tool we use to build binaries for each operating system:

$ gox -osarch="windows/amd64 linux/amd64 darwin/amd64"