1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-08 17:55:59 +01:00

Require Go 1.17 or later.

Pion is unfortunately breaking Go 1.16.
This commit is contained in:
Juliusz Chroboczek 2022-11-04 01:16:39 +01:00
parent 56baddc948
commit d99efe4dff

View file

@ -13,7 +13,7 @@ Then connect to `https://localhost:8443` and choose "test".
### Build the `galene` binary
You will need Go 1.16 or later (type `go version`). Then do:
You will need Go 1.17 or later (type `go version`). Then do:
CGO_ENABLED=0 go build -ldflags='-s -w'