Skip to content

Commit bba8f1a

Browse files
authored
Bumps golangci-lint action (#485)
Bumps golangci-lint action.
1 parent dc430ec commit bba8f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-actions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
- name: Linting
25-
uses: golangci/golangci-lint-action@v3
25+
uses: golangci/golangci-lint-action@v4
2626
with:
27-
version: v1.56.1
27+
version: v1.56.2
2828
args: --config=./.etc/golangci.yml ./...
2929
- name: Check shadowing
3030
run: |

0 commit comments

Comments
 (0)