Skip to content

Commit b597a58

Browse files
authored
Merge pull request #114 from cpuguy83/dependabot/github_actions/golangci/golangci-lint-action-4.0.0
Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
2 parents 592b328 + 6902dc7 commit b597a58

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
@@ -33,6 +33,6 @@ jobs:
3333
runs-on: ubuntu-20.04
3434
steps:
3535
- uses: actions/checkout@v4
36-
- uses: golangci/golangci-lint-action@v3.7.0
36+
- uses: golangci/golangci-lint-action@v4.0.0
3737
with:
3838
version: v1.55

0 commit comments

Comments
 (0)