Skip to content

Commit 93761d8

Browse files
authored
Merge pull request #2326 from lima-vm/dependabot/github_actions/golangci/golangci-lint-action-6.0.0
build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.0
2 parents 0d4fa35 + 41ec72a commit 93761d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Verify generated files
3737
run: make install-tools generate check-generated
3838
- name: Run golangci-lint
39-
uses: golangci/golangci-lint-action@v5.3.0
39+
uses: golangci/golangci-lint-action@v6.0.0
4040
with:
4141
version: v1.55.2
4242
args: --verbose --timeout=10m

0 commit comments

Comments
 (0)