Skip to content

Commit

Permalink
Merge pull request #975 from neicnordic/dependabot/github_actions/gol…
Browse files Browse the repository at this point in the history
…angci/golangci-lint-action-6.1.0

Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0
  • Loading branch information
pontus authored Aug 6, 2024
2 parents f533e4c + ea7a932 commit c59f754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6.0.1
uses: golangci/golangci-lint-action@v6.1.0
with:
args: -E bodyclose,gocritic,gofmt,gosec,govet,nestif,nlreturn,revive,rowserrcheck -e G401,G501,G107 --timeout 5m
working-directory: sda-download
Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6.0.1
uses: golangci/golangci-lint-action@v6.1.0
with:
args: -E bodyclose,gocritic,gofmt,gosec,govet,nestif,nlreturn,rowserrcheck --timeout 5m
working-directory: sda

0 comments on commit c59f754

Please sign in to comment.