Skip to content

Commit

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

build(deps): bump golangci/golangci-lint-action from 5 to 6
  • Loading branch information
jacobbednarz committed May 9, 2024
2 parents c3e0a12 + e3bf11f commit fea3918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: ~/go/pkg/mod
key: go1.20-${{ hashFiles('**/go.sum') }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: "--config .golintci.yml"
Expand Down

0 comments on commit fea3918

Please sign in to comment.