Skip to content

Commit 456fc0f

Browse files
committed
docs: update examples
1 parent 378320c commit 456fc0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: golangci-lint
5757
uses: golangci/golangci-lint-action@v6
5858
with:
59-
version: v1.60
59+
version: v1.64
6060
```
6161
6262
</details>
@@ -94,7 +94,7 @@ jobs:
9494
- name: golangci-lint
9595
uses: golangci/golangci-lint-action@v6
9696
with:
97-
version: v1.60
97+
version: v1.64
9898
```
9999
100100
You will also likely need to add the following `.gitattributes` file to ensure that line endings for Windows builds are properly formatted:
@@ -120,7 +120,7 @@ on:
120120
121121
env:
122122
GO_VERSION: stable
123-
GOLANGCI_LINT_VERSION: v1.60
123+
GOLANGCI_LINT_VERSION: v1.64
124124
125125
jobs:
126126
detect-modules:
@@ -179,7 +179,7 @@ jobs:
179179
with:
180180
os: ${{ matrix.os }}
181181
go-version: ${{ matrix.go-version }}
182-
golangci-lint-version: v1.60
182+
golangci-lint-version: v1.64
183183
```
184184

185185
```yaml
@@ -201,7 +201,7 @@ on:
201201
golangci-lint-version:
202202
description: 'Golangci-lint version'
203203
type: string
204-
default: 'v1.60'
204+
default: 'v1.64'
205205
206206
jobs:
207207
detect-modules:

0 commit comments

Comments
 (0)