Skip to content

Commit 253a435

Browse files
authored
Merge pull request #2201 from lima-vm/dependabot/github_actions/golangci/golangci-lint-action-4.0.0
build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
2 parents 7c06f71 + ca880e3 commit 253a435

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
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
go-version: 1.22.x
3232
- name: Run golangci-lint
33-
uses: golangci/golangci-lint-action@v3.7.0
33+
uses: golangci/golangci-lint-action@v4.0.0
3434
with:
3535
version: v1.55.2
3636
args: --verbose --timeout=10m

0 commit comments

Comments
 (0)