Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5815a4b

Browse filesBrowse files
committed
doc: improve readme
1 parent 23faadf commit 5815a4b
Copy full SHA for 5815a4b

File tree

1 file changed

+11
-11
lines changed
Filter options

1 file changed

+11
-11
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
go-version: '1.22'
5050
- name: golangci-lint
51-
uses: golangci/golangci-lint-action@v5
51+
uses: golangci/golangci-lint-action@v6
5252
with:
5353
version: latest
5454
```
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
go-version: ${{ matrix.go }}
9292
- name: golangci-lint
93-
uses: golangci/golangci-lint-action@v5
93+
uses: golangci/golangci-lint-action@v6
9494
with:
9595
version: latest
9696
```
@@ -113,7 +113,7 @@ The version of golangci-lint to use.
113113
* When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
114114

115115
```yml
116-
uses: golangci/golangci-lint-action@v5
116+
uses: golangci/golangci-lint-action@v6
117117
with:
118118
version: latest
119119
# ...
@@ -128,7 +128,7 @@ The mode to install golangci-lint: it can be `binary` or `goinstall`.
128128
The default value is `binary`.
129129

130130
```yml
131-
uses: golangci/golangci-lint-action@v5
131+
uses: golangci/golangci-lint-action@v6
132132
with:
133133
install-mode: "goinstall"
134134
# ...
@@ -143,7 +143,7 @@ Show only new issues.
143143
The default value is `false`.
144144

145145
```yml
146-
uses: golangci/golangci-lint-action@v5
146+
uses: golangci/golangci-lint-action@v6
147147
with:
148148
only-new-issues: true
149149
# ...
@@ -161,7 +161,7 @@ with:
161161
Working directory, useful for monorepos.
162162

163163
```yml
164-
uses: golangci/golangci-lint-action@v5
164+
uses: golangci/golangci-lint-action@v6
165165
with:
166166
working-directory: somedir
167167
# ...
@@ -177,7 +177,7 @@ takes precedence over all other caching options.
177177
The default value is `false`.
178178

179179
```yml
180-
uses: golangci/golangci-lint-action@v5
180+
uses: golangci/golangci-lint-action@v6
181181
with:
182182
skip-cache: true
183183
# ...
@@ -192,7 +192,7 @@ If set to `true`, caches will not be saved, but they may still be restored, requ
192192
The default value is `false`.
193193

194194
```yml
195-
uses: golangci/golangci-lint-action@v5
195+
uses: golangci/golangci-lint-action@v6
196196
with:
197197
skip-save-cache: true
198198
# ...
@@ -207,7 +207,7 @@ Periodically invalidate the cache every `cache-invalidation-interval` days to en
207207
The default value is `7`.
208208

209209
```yml
210-
uses: golangci/golangci-lint-action@v5
210+
uses: golangci/golangci-lint-action@v6
211211
with:
212212
cache-invalidation-interval: 15
213213
# ...
@@ -230,7 +230,7 @@ https://golangci-lint.run/usage/configuration/#output-configuration
230230
The default value is `false`.
231231

232232
```yml
233-
uses: golangci/golangci-lint-action@v5
233+
uses: golangci/golangci-lint-action@v6
234234
with:
235235
problem-matchers: true
236236
# ...
@@ -246,7 +246,7 @@ Note: By default, the `.golangci.yml` file should be at the root of the reposito
246246
The location of the configuration file can be changed by using `--config=`
247247

248248
```yml
249-
uses: golangci/golangci-lint-action@v5
249+
uses: golangci/golangci-lint-action@v6
250250
with:
251251
args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
252252
# ...

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.