Skip to content

Commit 8038e70

Browse files
authored
Merge pull request #188 from mackerelio-labs/dependabot/github_actions/golangci/golangci-lint-action-4
Bump golangci/golangci-lint-action from 3 to 4
2 parents d3c0e3b + 8048ba0 commit 8038e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: golangci/golangci-lint-action@v3
14+
- uses: golangci/golangci-lint-action@v4
1515
with:
1616
version: latest
1717
args: --timeout 5m

0 commit comments

Comments
 (0)