Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
pahatz authored May 8, 2024
2 parents e5402a9 + a000b3d commit ba348a8
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,6 +18,6 @@ jobs:
go-version: ${{ matrix.go-version }}

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

0 comments on commit ba348a8

Please sign in to comment.