Skip to content

Commit cd370ea

Browse files
committed
Pin golangci-lint to v1.52.2
1 parent 57103cf commit cd370ea

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
@@ -108,7 +108,7 @@ spec:
108108
109109
- name: lint
110110
# golangci-lint has not tagged their image for 1.40.0 yet so using latest for now until we can pin it
111-
image: mirror.gcr.io/golangci/golangci-lint:latest
111+
image: mirror.gcr.io/golangci/golangci-lint:v1.52.2
112112
workingDir: $(workspaces.source.path)
113113
env:
114114
- name: GOCACHE

0 commit comments

Comments
 (0)