-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix modified go.sum issue in beat generators (#28375)
* Fix modified go.sum issue in beat generators There were two issues: `go mod download` was run after the newly generated beat was committed. This modified the go.sum because it adds hashes for the downloaded dependencies. The caused `mage check` to fail because the git project has pending changes. The dependencies of package_test.go were missing from go.sum. When running `mage testPackages` it was failing because github.com/blakesmith/ar and github.com/cavaliercoder/go-rpm were missing. * Re-enable generator tests Relates #28361 (cherry picked from commit 81f32e7)
- Loading branch information
1 parent
055e859
commit 975e25b
Showing
5 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters