Skip to content

Commit

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

* Remove trailing slashes.
  • Loading branch information
cmacknz authored Jun 20, 2023
1 parent fc85cad commit 58f04f0
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 58f04f0

Please sign in to comment.