Skip to content

Commit

Permalink
Fix typo in go.mod and go.sum file names. (#35823) (#35826)
Browse files Browse the repository at this point in the history
* Fix typo in go.mod and go.sum file names.

* Remove trailing slashes.

(cherry picked from commit 58f04f0)

Co-authored-by: Craig MacKenzie <[email protected]>
  • Loading branch information
mergify[bot] and cmacknz authored Jun 20, 2023
1 parent de3bed6 commit 342ec74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
CHANGELOG*

# The tech leads of the teams working in Beats share ownership of the Go module dependencies and related files.
/.github/CODEOWNERS/ @elastic/beats-tech-leads
/.go.mod/ @elastic/beats-tech-leads
/.go.sum/ @elastic/beats-tech-leads
/NOTICE.txt/ @elastic/beats-tech-leads
/.github/CODEOWNERS @elastic/beats-tech-leads
/go.mod @elastic/beats-tech-leads
/go.sum @elastic/beats-tech-leads
/NOTICE.txt @elastic/beats-tech-leads

/.ci/ @elastic/elastic-agent-data-plane
/.github/ @elastic/elastic-agent-data-plane
Expand Down

0 comments on commit 342ec74

Please sign in to comment.