Skip to content

Commit

Permalink
dependabot(deps): bump golangci/golangci-lint-action from 5 to 6 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 6be5b87 commit a358147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
args: -quiet -exclude=G107 ./...
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
# version: v1.46
Expand Down

0 comments on commit a358147

Please sign in to comment.