Skip to content

Commit

Permalink
Use latest as version for golangci-lint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Dec 29, 2022
1 parent 635888d commit 332c895
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.3.1
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.31

# Optional: working directory, useful for monorepos
# working-directory: somedir

# Optional: golangci-lint command line arguments.
version: latest
args: -D errcheck

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true

0 comments on commit 332c895

Please sign in to comment.