We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035e2ef commit 341b782Copy full SHA for 341b782
test-partner/Dockerfile
@@ -4,7 +4,7 @@ RUN yum install -y wget make hostname iproute iputils openssh openssh-clients po
4
5
# Install Go binary
6
ENV GO_DL_URL="https://golang.org/dl"
7
-ENV GO_BIN_TAR="go1.17.4.linux-amd64.tar.gz"
+ENV GO_BIN_TAR="go1.17.6.linux-amd64.tar.gz"
8
ENV GO_BIN_URL_x86_64=${GO_DL_URL}/${GO_BIN_TAR}
9
ENV GOPATH="/root/go"
10
RUN if [[ "$(uname -m)" -eq "x86_64" ]] ; then \
0 commit comments