File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 23
23
uses : actions/checkout@v4
24
24
25
25
- name : Cache
26
- uses : actions/cache@v4.0.2
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : |
29
29
**/go.sum
Original file line number Diff line number Diff line change 1
1
name : golangci-lint
2
2
on :
3
3
push :
4
- tags :
5
- - v*
6
4
branches :
7
5
- main
8
6
pull_request :
23
21
uses : actions/checkout@v4
24
22
25
23
- name : Cache
26
- uses : actions/cache@v4.0.2
24
+ uses : actions/cache@v4
27
25
with :
28
26
path : |
29
27
**/go.sum
@@ -42,13 +40,13 @@ jobs:
42
40
uses : golangci/golangci-lint-action@v4
43
41
with :
44
42
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
45
- version : v1.56 .2
43
+ version : v1.57 .2
46
44
47
45
# Optional: working directory, useful for monorepos
48
46
# working-directory: somedir
49
47
50
48
# Optional: golangci-lint command line arguments.
51
- args : --timeout 3m --verbose
49
+ args : --timeout 5m --verbose
52
50
53
51
# Optional: show only new issues if it's a pull request. The default value is `false`.
54
52
only-new-issues : true
You can’t perform that action at this time.
0 commit comments