-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update github.com/elastic/elastic-agent-libs so we get a more recent version of golangci-lint locally. Now running `mage lint` gives the same result as the Github Action. Fix linter errors in existing code, drop deprecated linters, and revert the `nakedret` linter to its default config. I've also updated the default Go version to 1.22.7, as the updated tooling requires it.
- Loading branch information
Showing
9 changed files
with
165 additions
and
934 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.21.13 | ||
1.22.7 |
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
Oops, something went wrong.