mirror of
https://github.com/helm/helm.git
synced 2026-04-07 10:05:01 -04:00
Migrate to last golangci-lint and golangci-lint-action
Close dependabot https://github.com/helm/helm/pull/30706 Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
This commit is contained in:
parent
5f1bb7fee8
commit
18ed1cf720
1 changed files with 2 additions and 2 deletions
4
.github/workflows/golangci-lint.yml
vendored
4
.github/workflows/golangci-lint.yml
vendored
|
|
@ -21,6 +21,6 @@ jobs:
|
|||
go-version: '1.23'
|
||||
check-latest: true
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 #pin@6.5.2
|
||||
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd #pin@7.0.0
|
||||
with:
|
||||
version: v1.62
|
||||
version: v2.0.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue