File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ jobs:
38
38
- name : Clone the code
39
39
uses : actions/checkout@v4
40
40
- name : Run linter
41
- uses : golangci/golangci-lint-action@v3
41
+ uses : golangci/golangci-lint-action@v4
42
42
with :
43
43
version : v1.54
44
44
working-directory : testdata/project-v4-with-deploy-image
45
45
args : --config .golangci.yml ./...
46
46
skip-cache : true # first lint action will handle
47
47
- name : Run linter
48
- uses : golangci/golangci-lint-action@v3
48
+ uses : golangci/golangci-lint-action@v4
49
49
with :
50
50
version : v1.54
51
51
working-directory : testdata/project-v4-multigroup-with-deploy-image
Original file line number Diff line number Diff line change 19
19
- name : Clone the code
20
20
uses : actions/checkout@v4
21
21
- name : Run linter
22
- uses : golangci/golangci-lint-action@v3
22
+ uses : golangci/golangci-lint-action@v4
23
23
with :
24
24
version : v1.54
25
25
You can’t perform that action at this time.
0 commit comments