We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a181c68 commit d4fa4c5Copy full SHA for d4fa4c5
.tekton/go.yaml
@@ -114,8 +114,8 @@ spec:
114
chmod +x ./codecov
115
./codecov -P $GITHUB_PULL_REQUEST_ID -C {{revision}}
116
- 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
+ # pin for v0.24.x release newest fails without bunch of changes we don't want to backport
+ image: golangci/golangci-lint:v1.55
119
workingDir: $(workspaces.source.path)
120
env:
121
- name: GOCACHE
0 commit comments