We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd8c36 commit 0a7a48eCopy full SHA for 0a7a48e
README.md
@@ -13,8 +13,8 @@ Building
13
14
The default Makefile rule executes `go build` and relies on the Go toolchain
15
installed on your computer.
16
-_We use [go modules](https://github.com/golang/go/wiki/Modules), so you need to
17
-build with Go 1.14 or newer._
+_We use [go modules](https://github.com/golang/go/wiki/Modules), and building
+requires Go 1.14 or newer._
18
19
If you do not have a new-enough Go toolchain installed, you can use `make
20
build-in-docker`. This rule creates a temporary Docker container which builds
0 commit comments