Skip to content

Commit

Permalink
Merge pull request #19 from linouxis9/workflow
Browse files Browse the repository at this point in the history
Bump golangci-lint version in Github Workflow
  • Loading branch information
wmnsk authored Apr 1, 2024
2 parents 9685735 + 4ebabd5 commit abe9bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
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.33
version: "latest"
# Optional: golangci-lint command line arguments.
args: --issues-exit-code=1 --timeout=3m0s --tests=false --no-config --max-issues-per-linter=4095 --max-same-issues=1023 --disable-all --enable=deadcode --enable=errcheck --enable=gosimple --enable=govet --enable=ineffassign --enable=staticcheck --enable=structcheck --enable=typecheck --enable=unused --enable=varcheck --enable=bodyclose --enable=dogsled --enable=goconst --enable=gocritic --enable=gofmt --enable=goimports --enable=golint --enable=goprintffuncname --enable=gosec --enable=interfacer --enable=misspell --enable=nakedret --enable=prealloc --enable=rowserrcheck --enable=scopelint --enable=stylecheck --enable=unconvert --enable=unparam --enable=exportloopref --enable=gomodguard --enable=asciicheck --enable=errorlint
# Optional: show only new issues if it's a pull request. The default value is `false`.
Expand Down

0 comments on commit abe9bd7

Please sign in to comment.