Skip to content

Commit

Permalink
Bump golangci-lint to v1.42.0.
Browse files Browse the repository at this point in the history
This updates the version of golangci-lint installed in our presubmit images.

This accompanies tektoncd/pipeline#4206, which should make
tests pass for tektoncd/pipeline with this update.

Signed-off-by: Dan Lorenc <[email protected]>
  • Loading branch information
dlorenc authored and tekton-robot committed Sep 2, 2021
1 parent bd6d50c commit 71124a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/images/test-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ RUN GO111MODULE="off" go get github.com/google/licenseclassifier && \
GO111MODULE="on" go get sigs.k8s.io/[email protected]

# Install GolangCI linter: https://github.com/golangci/golangci-lint/
ARG GOLANGCI_VERSION=1.39.0
ARG GOLANGCI_VERSION=v1.42.0
RUN curl -sL https://github.com/golangci/golangci-lint/releases/download/v${GOLANGCI_VERSION}/golangci-lint-${GOLANGCI_VERSION}-linux-amd64.tar.gz | tar -C /usr/local/bin -xvzf - --strip-components=1 --wildcards "*/golangci-lint"

# Install Kustomize:
Expand Down

0 comments on commit 71124a3

Please sign in to comment.