Skip to content

Commit ae0f38b

Browse files
authored
Merge pull request #256 from grokify/dependabot/github_actions/golangci/golangci-lint-action-6.4.1
build(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.4.1
2 parents 7cdfa11 + 22bc1e2 commit ae0f38b

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
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4.2.2
1313
- name: golangci-lint
14-
uses: golangci/golangci-lint-action@v6.3.0
14+
uses: golangci/golangci-lint-action@v6.4.1
1515
with:
1616
version: latest
1717
args: --timeout 3m --verbose

0 commit comments

Comments
 (0)