1
Fork 0

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
1 changed files with 1 additions and 1 deletions

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'