diff --git a/.github/workflows/controllers.yml b/.github/workflows/controllers.yml index 70a2337c309..3e28c33fcff 100644 --- a/.github/workflows/controllers.yml +++ b/.github/workflows/controllers.yml @@ -67,7 +67,7 @@ jobs: - name: Run Linter uses: golangci/golangci-lint-action@v3 with: - version: 1.54.2 + version: v1.54.2 working-directory: ${{ matrix.workdir }} args: "--out-${NO_FUTURE}format colored-line-number" diff --git a/.github/workflows/services.yml b/.github/workflows/services.yml index 50b70f3f4a3..34d834a5ff5 100644 --- a/.github/workflows/services.yml +++ b/.github/workflows/services.yml @@ -65,7 +65,7 @@ jobs: - name: Run Linter uses: golangci/golangci-lint-action@v3 with: - version: 1.54.2 + version: v1.54.2 working-directory: ${{ matrix.workdir }} args: "--out-${NO_FUTURE}format colored-line-number" diff --git a/.github/workflows/webhooks.yml b/.github/workflows/webhooks.yml index bc96cdac162..a5181f5723d 100644 --- a/.github/workflows/webhooks.yml +++ b/.github/workflows/webhooks.yml @@ -59,7 +59,7 @@ jobs: - name: Run Linter uses: golangci/golangci-lint-action@v3 with: - version: 1.54.2 + version: v1.54.2 working-directory: ${{ matrix.workdir }} args: "--out-${NO_FUTURE}format colored-line-number"