Skip to content

Commit 69d4fa0

Browse files
committed
ci: update golangci-lint.yml versions
1 parent 6488e77 commit 69d4fa0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: golangci-lint
22
on:
33
push:
4-
branches:
5-
- master
6-
- main
4+
branches: ["*"]
75
pull_request:
86
paths:
97
- 'operator/**'
@@ -29,7 +27,7 @@ jobs:
2927
go-version: '1.24'
3028
cache: false
3129
- name: golangci-lint
32-
uses: golangci/golangci-lint-action@v4
30+
uses: golangci/golangci-lint-action@v8
3331
with:
3432
# Require: The version of golangci-lint to use.
3533
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.

0 commit comments

Comments
 (0)