mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #30872 from benoittgt/fix-30838
Bump golangci-lint version to match last golangci-lint-action
This commit is contained in:
commit
b4bc0f1d88
2 changed files with 2 additions and 2 deletions
2
.github/env
vendored
2
.github/env
vendored
|
|
@ -1,2 +1,2 @@
|
|||
GOLANG_VERSION=1.24
|
||||
GOLANGCI_LINT_VERSION=v2.0.2
|
||||
GOLANGCI_LINT_VERSION=v2.1.0
|
||||
|
|
|
|||
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
|
|
@ -22,6 +22,6 @@ jobs:
|
|||
go-version: '${{ env.GOLANG_VERSION }}'
|
||||
check-latest: true
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd #pin@7.0.0
|
||||
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 #pin@8.0.0
|
||||
with:
|
||||
version: ${{ env.GOLANGCI_LINT_VERSION }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue