Skip to content

Commit 1d1e212

Browse files
authored
Merge pull request #1248 from dongjiang1989/update-golangci-version
🌱chore: Update golangci lint version to v2.3.0
2 parents 647f081 + 8be634f commit 1d1e212

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
@@ -33,6 +33,6 @@ jobs:
3333
- name: golangci-lint
3434
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8.0.0
3535
with:
36-
version: v2.1.6
36+
version: v2.3.0
3737
args: --output.text.print-linter-name=true --output.text.colors=true --timeout 10m
3838
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)