Skip to content

Commit

Permalink
State minimum Go version (elastic#14400) (elastic#14598)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored Nov 19, 2019
1 parent 01fcd35 commit 37184ed
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/devguide/newbeat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,10 @@ The following topics describe how to build a new Beat:

All Beats are written in http://golang.org/[Go], so having Go installed and knowing
the basics are prerequisites for understanding this guide.
But don't worry if you aren't a Go expert. Go is a relatively new
language, and very few people are experts in it. In fact, several
people learned Go by contributing to Packetbeat and libbeat, including the
original Packetbeat authors.

*Before you begin:* Set up your Go environment as described under
<<setting-up-dev-environment>> in <<beats-contributing>>.
<<setting-up-dev-environment>> in <<beats-contributing>>. The minimum required
Go version is {go-version}.

To build your Beat on a specific version of libbeat, check out the specific
branch ({branch} in the example below):
Expand Down

0 comments on commit 37184ed

Please sign in to comment.