Skip to content

Commit 448cb4c

Browse files
authored
Merge pull request #1016 from elgohr/dependabot/github_actions/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents 3cfb2f9 + 6863ac7 commit 448cb4c

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
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/setup-go@v6
3939
with:
4040
go-version: 'stable'
41-
- uses: golangci/golangci-lint-action@v8
41+
- uses: golangci/golangci-lint-action@v9
4242
with:
4343
args: --timeout=10m
4444

0 commit comments

Comments
 (0)