Skip to content

Commit

Permalink
ci: Bump golangci-lint version in ci-lint workflow to 1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanez committed Apr 22, 2021
1 parent b014826 commit 9ae6948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/190.internal.md
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
4 changes: 2 additions & 2 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ae6948

Please sign in to comment.