Skip to content

Commit fcb4cc5

Browse files
authored
Merge pull request #382 from mackerelio/dependabot/github_actions/golangci/golangci-lint-action-6
Bump golangci/golangci-lint-action from 4 to 6
2 parents f811106 + 775bc56 commit fcb4cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-go@v5
2222
with:
2323
go-version: 1.22.x
24-
- uses: golangci/golangci-lint-action@v4
24+
- uses: golangci/golangci-lint-action@v6
2525
test:
2626
strategy:
2727
matrix:

0 commit comments

Comments
 (0)