Skip to content

Commit

Permalink
Update golangci
Browse files Browse the repository at this point in the history
@StevenACoffman pointed out in #241
that the 1.27 release has CPU and memory usage improvements - since
we've struggled with CPU limitations in the past, and had linting
timeout as a result, seems worth an upgrade!
  • Loading branch information
bobcatfish authored and tekton-robot committed Jun 17, 2020
1 parent b011d98 commit 3ae87a9
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 @@ -168,7 +168,7 @@ RUN go get -u github.com/google/ko/cmd/ko && \
GO111MODULE="on" go get -u github.com/raviqqe/liche

# Install GolangCI linter: https://github.com/golangci/golangci-lint/
ARG GOLANGCI_VERSION=1.26.0
ARG GOLANGCI_VERSION=1.27.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 3ae87a9

Please sign in to comment.