Skip to content

Commit ec1d88d

Browse files
🌱 Upgrade golang-ci lint in the github actions (#5132)
Upgrade golang-ci lint in the github actions
1 parent 00883fc commit ec1d88d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run linter
4444
uses: golangci/golangci-lint-action@v8
4545
with:
46-
version: v2.3.0
46+
version: v2.5.0
4747
working-directory: ${{ matrix.folder }}
4848
- name: Run linter via makefile target
4949
working-directory: ${{ matrix.folder }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Run linter
2727
uses: golangci/golangci-lint-action@v8
2828
with:
29-
version: v2.3.0
29+
version: v2.5.0
3030

3131
yamllint:
3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)