Skip to content

Commit

Permalink
Merge pull request #675 from cloudflare/dependabot/github_actions/gol…
Browse files Browse the repository at this point in the history
…angci/golangci-lint-action-4
  • Loading branch information
jacobbednarz authored Feb 10, 2024
2 parents 062f655 + d172e53 commit 22a14eb
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@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: "--config .golintci.yml"
Expand Down

0 comments on commit 22a14eb

Please sign in to comment.