Merge pull request #30872 from benoittgt/fix-30838

Bump golangci-lint version to match last golangci-lint-action
add-lfx-insights
Robert Sirchia 4 months ago committed by GitHub
commit b4bc0f1d88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
.github/env vendored

@ -1,2 +1,2 @@
GOLANG_VERSION=1.24 GOLANG_VERSION=1.24
GOLANGCI_LINT_VERSION=v2.0.2 GOLANGCI_LINT_VERSION=v2.1.0

@ -22,6 +22,6 @@ jobs:
go-version: '${{ env.GOLANG_VERSION }}' go-version: '${{ env.GOLANG_VERSION }}'
check-latest: true check-latest: true
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd #pin@7.0.0 uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 #pin@8.0.0
with: with:
version: ${{ env.GOLANGCI_LINT_VERSION }} version: ${{ env.GOLANGCI_LINT_VERSION }}

Loading…
Cancel
Save