Skip to content

Commit

Permalink
Bump go to 1.13.5 πŸ†™
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Dec 23, 2019
1 parent ace5f82 commit a403a04
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 @@ -16,7 +16,7 @@ FROM gcr.io/k8s-testimages/kubekins-e2e:v20190729-351ea95-master
LABEL maintainer "Tekton Authors <tekton-dev@googlegroups.com>"

# Install Go 1.13
ARG GO_VERSION=1.13
ARG GO_VERSION=1.13.5
RUN rm -rf $(go env GOROOT) && \
curl https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz > go${GO_VERSION}.tar.gz && \
tar -C /usr/local -xzf go${GO_VERSION}.tar.gz && \
Expand Down

0 comments on commit a403a04

Please sign in to comment.