Skip to content

Commit

Permalink
Update to elastic/beats@27e76c567711 (#5382)
Browse files Browse the repository at this point in the history
* Update to elastic/beats@27e76c567711

- Update to Go 1.16.4
- Adapt to elastic/beats#25696

* golint fixes

* tests: chown go.sum files

go mod download will download all modules, even
if they are not used (e.g. dependencies of parts
of beats that are not dependencies of apm-server).
As such the command may need to update go.sum,
so make sure it is owned by the running user.

* Add gotestsum to go.mod
  • Loading branch information
axw authored Jun 2, 2021
1 parent 3715832 commit 0b498c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// doc-branch can be: master, 8.0, 8.1, etc.
:doc-branch: master
:go-version: 1.15.12
:go-version: 1.16.4
:python: 3.7
:docker: 1.12
:docker-compose: 1.11
Expand Down

0 comments on commit 0b498c7

Please sign in to comment.