Skip to content

Commit c5eed46

Browse files
Bump golangci/golangci-lint-action from 6.3.1 to 6.5.1 (#5321)
1 parent 61ee3e9 commit c5eed46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-extended-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Generate test files
3232
run: make test/generate
3333
- name: Run golangci-lint
34-
uses: golangci/golangci-lint-action@v6.3.1
34+
uses: golangci/golangci-lint-action@v6.5.2
3535
with:
3636
version: latest
3737
args: --config=.github/.golangci.yml --timeout=30m

.github/workflows/pr-test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: make test/lint/proto
5656

5757
- name: Run golangci-lint
58-
uses: golangci/golangci-lint-action@v6.3.1
58+
uses: golangci/golangci-lint-action@v6.5.2
5959
with:
6060
version: latest
6161

0 commit comments

Comments
 (0)