Skip to content

Commit ce8880e

Browse files
authored
Merge pull request #57 from grokify/dependabot/github_actions/golangci/golangci-lint-action-5
build(deps): bump golangci/golangci-lint-action from 4 to 5
2 parents 9c050fc + 1a4a487 commit ce8880e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: golangci-lint
13-
uses: golangci/golangci-lint-action@v4
13+
uses: golangci/golangci-lint-action@v5
1414
with:
1515
version: latest
1616
args: --timeout 3m --verbose

0 commit comments

Comments
 (0)