From cd370ea2a6de2ca6d89d74234326a6fe8c0dacef Mon Sep 17 00:00:00 2001 From: Piyush Garg Date: Wed, 18 Oct 2023 19:55:04 +0530 Subject: [PATCH] Pin golangci-lint to v1.52.2 --- .tekton/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/go.yaml b/.tekton/go.yaml index f40d0df56..db40772e8 100644 --- a/.tekton/go.yaml +++ b/.tekton/go.yaml @@ -108,7 +108,7 @@ spec: - 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 + image: mirror.gcr.io/golangci/golangci-lint:v1.52.2 workingDir: $(workspaces.source.path) env: - name: GOCACHE