Skip to content

Commit fdd6f68

Browse files
committed
Pin golangci-lint to v1.52.2
1 parent 659eabe commit fdd6f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tekton/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ spec:
116116
117117
- name: lint
118118
# golangci-lint has not tagged their image for 1.40.0 yet so using latest for now until we can pin it
119-
image: mirror.gcr.io/golangci/golangci-lint:latest
119+
image: mirror.gcr.io/golangci/golangci-lint:v1.52.2
120120
workingDir: $(workspaces.source.path)
121121
env:
122122
- name: GOCACHE

0 commit comments

Comments
 (0)