Skip to content

Commit

Permalink
pin golangci-lint for v0.24.x
Browse files Browse the repository at this point in the history
newest fails without bunch of changes we don't want to backport
  • Loading branch information
chmouel committed Feb 14, 2024
1 parent a181c68 commit d4fa4c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ spec:
chmod +x ./codecov
./codecov -P $GITHUB_PULL_REQUEST_ID -C {{revision}}
- 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
# pin for v0.24.x release newest fails without bunch of changes we don't want to backport
image: golangci/golangci-lint:v1.55
workingDir: $(workspaces.source.path)
env:
- name: GOCACHE
Expand Down

0 comments on commit d4fa4c5

Please sign in to comment.