Skip to content

Commit 7be910e

Browse files
authored
Merge pull request #436 from CrowdStrike/dependabot/github_actions/golangci/golangci-lint-action-6
2 parents 76042f2 + 43cd502 commit 7be910e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: go test ./...
3737

3838
- name: Run golangci-lint
39-
uses: golangci/golangci-lint-action@v5
39+
uses: golangci/golangci-lint-action@v6
4040
with:
4141
args: --timeout=3m12s
4242
skip-go-installation: true

0 commit comments

Comments
 (0)