Skip to content

Commit e3ff118

Browse files
authored
Merge pull request #998 from elgohr/dependabot/github_actions/golangci/golangci-lint-action-8
Bump golangci/golangci-lint-action from 7 to 8
2 parents 69d9ae9 + 3456cab commit e3ff118

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@v5
3939
with:
4040
go-version: 'stable'
41-
- uses: golangci/golangci-lint-action@v7
41+
- uses: golangci/golangci-lint-action@v8
4242
with:
4343
args: --timeout=10m
4444

0 commit comments

Comments
 (0)