Skip to content

Commit 833f626

Browse files
committed
[chore] use the same version of golangci-lint
1 parent 57f19d2 commit 833f626

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
@@ -43,5 +43,5 @@ jobs:
4343
- name: golangci-lint
4444
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
4545
with:
46-
version: v1.56.1 # we have a list of linters in our .golangci.yml config file
46+
version: v1.57.1 # we have a list of linters in our .golangci.yml config file
4747
only-new-issues: true

0 commit comments

Comments
 (0)