File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ You will also likely need to add the following `.gitattributes` file to ensure t
107
107
` ` ` yml
108
108
uses: golangci/golangci-lint-action@v5
109
109
with:
110
- version: v1.58
110
+ version: latest
111
111
# ...
112
112
` ` `
113
113
Original file line number Diff line number Diff line change 8
8
When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
9
9
When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
10
10
required : false
11
- args :
12
- description : " golangci-lint command line arguments "
13
- default : " "
11
+ install-mode :
12
+ description : " The mode to install golangci-lint. It can be 'binary' or 'goinstall'. "
13
+ default : " binary "
14
14
required : false
15
15
working-directory :
16
16
description : " golangci-lint working directory, default is project root"
@@ -35,9 +35,9 @@ inputs:
35
35
restore existing caches, subject to other options.
36
36
default : ' false'
37
37
required : false
38
- install-mode :
39
- description : " The mode to install golangci-lint. It can be 'binary' or 'goinstall'. "
40
- default : " binary "
38
+ args :
39
+ description : " golangci-lint command line arguments "
40
+ default : " "
41
41
required : false
42
42
runs :
43
43
using : " node20"
You can’t perform that action at this time.
0 commit comments