Skip to content

Commit d4fa4c5

Browse files
committed
pin golangci-lint for v0.24.x
newest fails without bunch of changes we don't want to backport
1 parent a181c68 commit d4fa4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tekton/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ spec:
114114
chmod +x ./codecov
115115
./codecov -P $GITHUB_PULL_REQUEST_ID -C {{revision}}
116116
- name: lint
117-
# golangci-lint has not tagged their image for 1.40.0 yet so using latest for now until we can pin it
118-
image: mirror.gcr.io/golangci/golangci-lint:latest
117+
# pin for v0.24.x release newest fails without bunch of changes we don't want to backport
118+
image: golangci/golangci-lint:v1.55
119119
workingDir: $(workspaces.source.path)
120120
env:
121121
- name: GOCACHE

0 commit comments

Comments
 (0)