Skip to content

Commit edec9bc

Browse files
authored
Merge pull request #3493 from lima-vm/dependabot/github_actions/golangci/golangci-lint-action-8.0.0
build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
2 parents 8b001d9 + 61e4364 commit edec9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- name: Verify generated files
4040
run: make install-tools generate check-generated
4141
- name: Run golangci-lint
42-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
42+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
4343
with:
44-
version: v2.0.1
44+
version: v2.1.0
4545
args: --verbose
4646
- name: Run yamllint
4747
run: yamllint .

0 commit comments

Comments
 (0)