File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 56
56
- name : golangci-lint
57
57
uses : golangci/golangci-lint-action@v6
58
58
with :
59
- version : v1.60
59
+ version : v1.64
60
60
` ` `
61
61
62
62
</details>
94
94
- name : golangci-lint
95
95
uses : golangci/golangci-lint-action@v6
96
96
with :
97
- version : v1.60
97
+ version : v1.64
98
98
` ` `
99
99
100
100
You will also likely need to add the following ` .gitattributes` file to ensure that line endings for Windows builds are properly formatted:
120
120
121
121
env:
122
122
GO_VERSION: stable
123
- GOLANGCI_LINT_VERSION: v1.60
123
+ GOLANGCI_LINT_VERSION: v1.64
124
124
125
125
jobs:
126
126
detect-modules:
@@ -179,7 +179,7 @@ jobs:
179
179
with:
180
180
os: ${{ matrix.os }}
181
181
go-version: ${{ matrix.go-version }}
182
- golangci-lint-version: v1.60
182
+ golangci-lint-version: v1.64
183
183
` ` `
184
184
185
185
` ` ` yaml
201
201
golangci-lint-version:
202
202
description: 'Golangci-lint version'
203
203
type: string
204
- default: 'v1.60 '
204
+ default: 'v1.64 '
205
205
206
206
jobs:
207
207
detect-modules:
You can’t perform that action at this time.
0 commit comments