Commit 1496d00 1 parent c97ef1a commit 1496d00 Copy full SHA for 1496d00
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,43 +20,43 @@ jobs:
20
20
- name : golangci-lint-authenticator
21
21
uses : golangci/golangci-lint-action@v6
22
22
with :
23
- version : v1.60
23
+ version : v1.21
24
24
install-mode : " goinstall"
25
25
only-new-issues : true
26
26
working-directory : authenticator
27
27
- name : golangci-lint-chart-sync
28
28
uses : golangci/golangci-lint-action@v6
29
29
with :
30
- version : v1.60
30
+ version : v1.21
31
31
only-new-issues : true
32
32
working-directory : chart-sync
33
33
- name : golangci-lint-common-lib
34
34
uses : golangci/golangci-lint-action@v6
35
35
with :
36
- version : v1.60
36
+ version : v1.21
37
37
only-new-issues : true
38
38
working-directory : common-lib
39
39
- name : golangci-lint-git-sensor
40
40
uses : golangci/golangci-lint-action@v6
41
41
with :
42
- version : v1.60
42
+ version : v1.21
43
43
only-new-issues : true
44
44
working-directory : git-sensor
45
45
- name : golangci-lint-kubelink
46
46
uses : golangci/golangci-lint-action@v6
47
47
with :
48
- version : v1.60
48
+ version : v1.21
49
49
only-new-issues : true
50
50
working-directory : kubelink
51
51
- name : golangci-lint-kubewatch
52
52
uses : golangci/golangci-lint-action@v6
53
53
with :
54
- version : v1.60
54
+ version : v1.21
55
55
only-new-issues : true
56
56
working-directory : kubewatch
57
57
- name : golangci-lint-lens
58
58
uses : golangci/golangci-lint-action@v6
59
59
with :
60
- version : v1.60
60
+ version : v1.21
61
61
only-new-issues : true
62
62
working-directory : lens
You can’t perform that action at this time.
0 commit comments