1
Fork 0
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:
Rémi Nollet 2022-09-12 08:57:35 +02:00 committed by GitHub
parent c67a9307da
commit 1f3328b441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'