File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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>
9494 - name : golangci-lint
9595 uses : golangci/golangci-lint-action@v6
9696 with :
97- version : v1.60
97+ version : v1.64
9898` ` `
9999
100100You will also likely need to add the following ` .gitattributes` file to ensure that line endings for Windows builds are properly formatted:
120120
121121env:
122122 GO_VERSION: stable
123- GOLANGCI_LINT_VERSION: v1.60
123+ GOLANGCI_LINT_VERSION: v1.64
124124
125125jobs:
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
201201 golangci-lint-version:
202202 description: 'Golangci-lint version'
203203 type: string
204- default: 'v1.60 '
204+ default: 'v1.64 '
205205
206206jobs:
207207 detect-modules:
You can’t perform that action at this time.
0 commit comments