Skip to content

Commit

Permalink
Fix golangci-lint-action golangci-lint version.
Browse files Browse the repository at this point in the history
- According to the docs this is the version of the golangci-lint not the
  version of the action. (That is specified in the @v2 on the line
  above.)

Signed-off-by: Brendan Winter <bwinter@vmware.com>
  • Loading branch information
bwinter committed Apr 20, 2023
1 parent 410d82c commit 2ea41e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v2.5.2
version: v1.52.2
skip-pkg-cache: true
skip-build-cache: true
args: --issues-exit-code=1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v2.5.2
version: v1.52.2
skip-pkg-cache: true
skip-build-cache: true
args: --issues-exit-code=1
Expand Down

0 comments on commit 2ea41e3

Please sign in to comment.