fix lint version

This commit is contained in:
Bryce Lampe
2025-11-05 14:55:34 -08:00
parent fc0d9aa5f2
commit 823003a9dd
2 changed files with 2 additions and 2 deletions

View File

@@ -633,7 +633,7 @@ jobs:
- name: golangci-lint provider pkg
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}
install-mode: none # Handled by mise.
working-directory: .
name: lint
if: github.event_name == 'repository_dispatch' ||

View File

@@ -531,7 +531,7 @@ jobs:
- name: golangci-lint provider pkg
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}
install-mode: none # Handled by mise.
working-directory: .
name: lint
if: github.event_name == 'repository_dispatch' ||