Skip to content

Commit 8a61847

Browse files
committed
feat: bump beats to current main
1 parent ad821ed commit 8a61847

File tree

5 files changed

+220
-1082
lines changed

5 files changed

+220
-1082
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ update-beats: update-beats-module update
185185

186186
.PHONY: update-beats-module
187187
update-beats-module:
188-
go get -d $(BEATS_MODULE)@$(BEATS_VERSION) && go mod tidy
188+
go get $(BEATS_MODULE)@$(BEATS_VERSION) && go mod tidy
189189

190190
##############################################################################
191191
# Linting, style-checking, license header checks, etc.

0 commit comments

Comments
 (0)