Skip to content

Commit ed7cb00

Browse files
authored
Merge pull request #34 from loafoe/dependabot/github_actions/golangci/golangci-lint-action-6.4.0
Bump golangci/golangci-lint-action from 6.3.1 to 6.4.0
2 parents dff8055 + 831d056 commit ed7cb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go-version: '^1.23.0'
1919
- uses: actions/checkout@v4
2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v6.3.1
21+
uses: golangci/golangci-lint-action@v6.4.0
2222
with:
2323
version: latest
2424
args: --timeout=5m

0 commit comments

Comments
 (0)