Skip to content

Commit f0b646f

Browse files
authored
Merge pull request #335 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-8.0.0
🌱 Bump golangci/golangci-lint-action from 6.5.1 to 8.0.0
2 parents 163c45c + 68b7878 commit f0b646f

File tree

6 files changed

+233
-221
lines changed

6 files changed

+233
-221
lines changed

.github/workflows/pullrequests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
with:
1717
go-version: "1.23"
1818
- name: golangci-lint
19-
uses: golangci/golangci-lint-action@v6.5.1
19+
uses: golangci/golangci-lint-action@v8.0.0
2020
with:
21-
version: v1.64.6
21+
version: v2.1.6
22+
args: '--timeout 10m'
2223

2324
test:
2425
name: test

0 commit comments

Comments
 (0)