1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00

docs: go 1.11+

This commit is contained in:
Carlos Alexandro Becker 2019-02-26 17:17:30 -03:00
parent 3d26e977e8
commit ba847a1661
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -114,7 +114,7 @@ GOVERSION=$(go version) goreleaser
## Go Modules
If you use Go 1.11 with go modules or vgo, when GoReleaser runs it may
If you use Go 1.11+ with go modules or vgo, when GoReleaser runs it may
try to download the dependencies. Since several builds run in parallel, it is
very likely to fail.