From e5ea10c2038c36d7655f7aa10482adc08ac2cf0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Thu, 10 Oct 2024 17:59:04 +0200 Subject: [PATCH] fix: revert to standard lint related to jenkins-x/jx#8670 --- .lighthouse/jenkins-x/lint.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.lighthouse/jenkins-x/lint.yaml b/.lighthouse/jenkins-x/lint.yaml index 3c5c882..d844284 100644 --- a/.lighthouse/jenkins-x/lint.yaml +++ b/.lighthouse/jenkins-x/lint.yaml @@ -20,12 +20,8 @@ spec: - image: uses:jenkins-x/jx3-pipeline-catalog/tasks/git-clone/git-clone-pr.yaml@versionStream name: "" resources: {} - - image: golangci/golangci-lint:v1.50.1-alpine@sha256:a392d4e44049a444a927878792dae9534075ec57880e0657647ce818bd8278c2 - name: make-lint + - name: make-lint resources: {} - script: | - #!/bin/sh - golangci-lint run --deadline 60m0s podTemplate: {} serviceAccountName: tekton-bot timeout: 1h30m0s