Skip to content

Commit 7561557

Browse files
authoredNov 19, 2019
State minimum Go version (#14400) (#14598)
1 parent 525e5fa commit 7561557

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎docs/devguide/newbeat.asciidoc

+2-5
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,10 @@ The following topics describe how to build a new Beat:
3131

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

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

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

0 commit comments

Comments
 (0)