Skip to content

Commit

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

build(deps): bump golangci/golangci-lint-action from 5 to 6
  • Loading branch information
jacobbednarz authored May 8, 2024
2 parents 97f3fee + 4209a62 commit 8b5c818
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/3293.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:dependency
provider: bump golangci/golangci-lint-action from 5 to 6
```
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version-file: 'tools/go.mod'
- 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 8b5c818

Please sign in to comment.