You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## What does this PR do?
This PR adds support for Golang 1.14.4 in Beats. The dependency `golang.org/x/tools` is pinned to `release-branch.go1.14`.
The generated Beats no longer contain a vendor folder.
## Why is it important?
Go 1.14 has been out for quite some time. It is high time we update.
## Related issues
Closeselastic#18829Closeselastic#16566
Copy file name to clipboardExpand all lines: CHANGELOG-developer.next.asciidoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,3 +95,4 @@ The list below covers the major changes between 7.0.0-rc2 and master only.
95
95
- Add IP* fields to `fields.yml` generator script in Filebeat. {issue}17998[17998] {pull}18256[18256]
96
96
- Events intended for the Elasticsearch output can now take an `op_type` metadata field of type events.OpType or string to indicate the `op_type` to use for bulk indexing. {pull}12606[12606]
97
97
- Remove vendor folder from repository. {pull}18655[18655]
0 commit comments