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:
parent
56baddc948
commit
d99efe4dff
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue