Skip to content

Commit

Permalink
Bump golangci version to v1.24.0
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester committed Mar 23, 2020
1 parent 23786d6 commit b16da69
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 @@ -45,7 +45,7 @@ RUN go get -u github.com/jstemmer/go-junit-report
RUN GO111MODULE="on" go get -u github.com/raviqqe/liche

# Install GolangCI linter: https://github.com/golangci/golangci-lint/
ARG GOLANGCI_VERSION=1.23.3
ARG GOLANGCI_VERSION=1.24.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 the TektonCD CLI: https://github.com/tektoncd/cli/
Expand Down

0 comments on commit b16da69

Please sign in to comment.