Skip to content

Commit

Permalink
feat: bump beats to current main (#14781)
Browse files Browse the repository at this point in the history
* feat: bump beats to current main

* lint: remove debug print

* lint: fix linter issues
  • Loading branch information
kruskall authored Dec 2, 2024
1 parent 840fe6c commit 80493ce
Show file tree
Hide file tree
Showing 5 changed files with 1,788 additions and 1,980 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ update-beats: update-beats-module update

.PHONY: update-beats-module
update-beats-module:
go get -d $(BEATS_MODULE)@$(BEATS_VERSION) && go mod tidy
go get $(BEATS_MODULE)@$(BEATS_VERSION) && go mod tidy

##############################################################################
# Linting, style-checking, license header checks, etc.
Expand Down
Loading

0 comments on commit 80493ce

Please sign in to comment.