-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump golangci-lint to v1.55.2 (#2886)
Bump to the latest release of golangci-lint. Ref: https://github.com/golangci/golangci-lint/releases/tag/v1.55.2 I was experiencing a memory issue while running an older version of golangci-lint locally (v1.49.0) but bumping to latest resolved. This is a manual bump b/c it looks like Dependabot doesn't bump this version for us.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
go.sum | ||
- uses: golangci/[email protected] | ||
with: | ||
version: v1.54.2 | ||
version: v1.55.2 | ||
args: --timeout 10m | ||
github-token: ${{ secrets.github_token }} | ||
if: env.GIT_DIFF | ||
|
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