From d4fa4c508768ebde6c04e8928a9fc35277d92cb0 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Wed, 14 Feb 2024 15:14:14 +0100 Subject: [PATCH] pin golangci-lint for v0.24.x newest fails without bunch of changes we don't want to backport --- .tekton/go.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/go.yaml b/.tekton/go.yaml index b1a2f62c8..44e294344 100644 --- a/.tekton/go.yaml +++ b/.tekton/go.yaml @@ -114,8 +114,8 @@ spec: chmod +x ./codecov ./codecov -P $GITHUB_PULL_REQUEST_ID -C {{revision}} - name: lint - # golangci-lint has not tagged their image for 1.40.0 yet so using latest for now until we can pin it - image: mirror.gcr.io/golangci/golangci-lint:latest + # pin for v0.24.x release newest fails without bunch of changes we don't want to backport + image: golangci/golangci-lint:v1.55 workingDir: $(workspaces.source.path) env: - name: GOCACHE