mirror of
https://github.com/jech/galene.git
synced 2024-11-09 02:05:59 +01:00
Update required Go version in INSTALL to 1.16
This commit is contained in:
parent
c67a9307da
commit
1f3328b441
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Build the `galene` binary
|
||||
|
||||
You will need Go 1.13 or later (type `go version`). Then do:
|
||||
You will need Go 1.16 or later (type `go version`). Then do:
|
||||
|
||||
CGO_ENABLED=0 go build -ldflags='-s -w'
|
||||
|
||||
|
|
Loading…
Reference in a new issue