Skip to content

Commit

Permalink
Pin golangci-lint to v1.52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-garg committed Oct 18, 2023
1 parent 57103cf commit cd370ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
- 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
image: mirror.gcr.io/golangci/golangci-lint:v1.52.2
workingDir: $(workspaces.source.path)
env:
- name: GOCACHE
Expand Down

0 comments on commit cd370ea

Please sign in to comment.