Skip to content

Commit 6f9b4a2

Browse files
authored
Merge pull request #35 from loafoe/dependabot/github_actions/golangci/golangci-lint-action-6.5.0
Bump golangci/golangci-lint-action from 6.4.0 to 6.5.0
2 parents ed7cb00 + a49093c commit 6f9b4a2

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.4.0
21+
uses: golangci/golangci-lint-action@v6.5.0
2222
with:
2323
version: latest
2424
args: --timeout=5m

0 commit comments

Comments
 (0)