Skip to content

Commit

Permalink
feat: bump beats to current main
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall committed Dec 2, 2024
1 parent ad821ed commit 8a61847
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 1,082 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 8a61847

Please sign in to comment.