Skip to content

Commit 82b2f3a

Browse files
committed
feat: use golangci lint as latest
1 parent 98431a5 commit 82b2f3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
max-parallel: 4
3838
matrix:
3939
go-version: [1.25.x]
40-
golangci-lint-version: [v2.6.2]
4140

4241
steps:
4342
- name: Checkout repository
@@ -63,7 +62,7 @@ jobs:
6362
- name: Lint Provider
6463
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
6564
with:
66-
version: "${{ matrix.golangci-lint-version }}"
65+
version: latest
6766
working-directory: provider
6867
args: -c ../.golangci.yml
6968
skip-cache: true

0 commit comments

Comments
 (0)