Skip to content

Commit

Permalink
Merge pull request #125 from NBISweden/dependabot/github_actions/gola…
Browse files Browse the repository at this point in the history
…ngci/golangci-lint-action-3.3.0

Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 #none
  • Loading branch information
jbygdell authored Oct 24, 2022
2 parents 670a40b + 538588d commit beb936e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.2.0
uses: golangci/golangci-lint-action@v3.3.0
with:
version: v1.50
args: -E bodyclose,gocritic,gofmt,gosec,govet,nestif,nlreturn,revive,rowserrcheck --exclude G401,G501,G107,G307

0 comments on commit beb936e

Please sign in to comment.