-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Bump golangci-lint version in ci-lint workflow to 1.39
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
ci: Bump golangci-lint version in ci-lint workflow to 1.39 |
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 |
---|---|---|
|
@@ -76,11 +76,11 @@ jobs: | |
- name: Lint Go code | ||
# NOTE: Using the official golangci-lint GitHub Action should give | ||
# better performance than manually installing golangci-lint and running | ||
# 'make lint-git'. | ||
# 'make lint-go'. | ||
uses: golangci/[email protected] | ||
with: | ||
# NOTE: The version must be specified without the patch version. | ||
version: v1.31 | ||
version: v1.39 | ||
# Always run this step so that all linting errors can be seen at once. | ||
if: always() | ||
- name: Ensure a clean code checkout | ||
|