We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6488e77 commit 69d4fa0Copy full SHA for 69d4fa0
.github/workflows/golangci-lint.yml
@@ -1,9 +1,7 @@
1
name: golangci-lint
2
on:
3
push:
4
- branches:
5
- - master
6
- - main
+ branches: ["*"]
7
pull_request:
8
paths:
9
- 'operator/**'
@@ -29,7 +27,7 @@ jobs:
29
27
go-version: '1.24'
30
28
cache: false
31
- name: golangci-lint
32
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v8
33
with:
34
# Require: The version of golangci-lint to use.
35
# 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