Skip to content

Commit 388cc0f

Browse files
authored
Merge pull request #18 from mackerelio/dependabot/github_actions/golangci/golangci-lint-action-4
Bump golangci/golangci-lint-action from 3 to 4
2 parents c7e59b7 + 846f2e2 commit 388cc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
go-version-file: go.mod
3030
cache: true
31-
- uses: golangci/golangci-lint-action@v3
31+
- uses: golangci/golangci-lint-action@v4
3232
with:
3333
version: latest
3434
skip-cache: ${{ inputs.skip-cache }}

0 commit comments

Comments
 (0)