1
Fork 0

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

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'