Skip to content

Commit

Permalink
Merge pull request #1975 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 committed May 8, 2024
2 parents 0026065 + a1fda3a commit d4a7f8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/1975.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:dependency
deps: bumps 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 @@ -17,7 +17,7 @@ jobs:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go${{ matrix.go-version }}-${{ hashFiles('**/go.mod') }}-${{ hashFiles('**/go.sum') }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: latest
args: "--config .golintci.yaml"
Expand Down

0 comments on commit d4a7f8d

Please sign in to comment.