File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 120
120
121
121
env:
122
122
GO_VERSION: stable
123
- GOLANGCI_LINT_VERSION: v2.0
123
+ GOLANGCI_LINT_VERSION: v2.1
124
124
125
125
jobs:
126
126
detect-modules:
@@ -151,6 +151,7 @@ jobs:
151
151
with:
152
152
version: ${{ env.GOLANGCI_LINT_VERSION }}
153
153
working-directory: ${{ matrix.modules }}
154
+ args: --path-mode=abs
154
155
` ` `
155
156
156
157
</details>
@@ -179,7 +180,7 @@ jobs:
179
180
with:
180
181
os: ${{ matrix.os }}
181
182
go-version: ${{ matrix.go-version }}
182
- golangci-lint-version: v2.0
183
+ golangci-lint-version: v2.1
183
184
` ` `
184
185
185
186
` ` ` yaml
201
202
golangci-lint-version:
202
203
description: 'Golangci-lint version'
203
204
type: string
204
- default: 'v2.0 '
205
+ default: 'v2.1 '
205
206
206
207
jobs:
207
208
detect-modules:
@@ -233,6 +234,7 @@ jobs:
233
234
with:
234
235
version: ${{ inputs.golangci-lint-version }}
235
236
working-directory: ${{ matrix.modules }}
237
+ args: --path-mode=abs
236
238
` ` `
237
239
238
240
You will also likely need to add the following `.gitattributes` file to ensure that line endings for Windows builds are properly formatted :
You can’t perform that action at this time.
0 commit comments