Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 2cefaeb

Browse files
pratikjagrutopenshift-merge-robot
authored andcommitted
Update golang, kubectl, and operator-sdk version to latest in CI (#194)
1 parent ec8ab81 commit 2cefaeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openshift-ci/Dockerfile.tools

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ WORKDIR /tmp
2828
RUN mkdir -p $GOPATH/bin
2929
RUN mkdir -p /tmp/goroot
3030

31-
RUN curl -Lo go1.12.6.linux-amd64.tar.gz https://dl.google.com/go/go1.12.6.linux-amd64.tar.gz && tar -C /tmp/goroot -xzf go1.12.6.linux-amd64.tar.gz
32-
RUN curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/v1.14.3/bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl $GOPATH/bin/
31+
RUN curl -Lo go1.13.1.linux-amd64.tar.gz https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz && tar -C /tmp/goroot -xzf go1.13.1.linux-amd64.tar.gz
32+
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl $GOPATH/bin/
3333

34-
RUN curl -Lo operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/v0.8.1/operator-sdk-v0.8.1-x86_64-linux-gnu && chmod +x operator-sdk && mv operator-sdk $GOPATH/bin/
34+
RUN curl -Lo operator-sdk https://github.com/operator-framework/operator-sdk/releases/download/v0.10.0/operator-sdk-v0.10.0-x86_64-linux-gnu && chmod +x operator-sdk && mv operator-sdk $GOPATH/bin/
3535

3636
RUN mkdir -p ${GOPATH}/src/${GO_PACKAGE_PATH}/
3737

0 commit comments

Comments
 (0)