Skip to content

Commit e8c5c54

Browse files
authored
Merge pull request #3266 from dongjiang1989/update-golangci-lint-version
🌱chore: Update golangci-lint version to v2.3.0
2 parents ada8079 + 3e5edc4 commit e8c5c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
- name: golangci-lint
3535
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
3636
with:
37-
version: v2.1.6
37+
version: v2.3.0
3838
args: --output.text.print-linter-name=true --output.text.colors=true --timeout 10m
3939
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)