Skip to content

Commit 341b782

Browse files
authored
Update Go to 1.17.6 (#78)
1 parent 035e2ef commit 341b782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-partner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN yum install -y wget make hostname iproute iputils openssh openssh-clients po
44

55
# Install Go binary
66
ENV GO_DL_URL="https://golang.org/dl"
7-
ENV GO_BIN_TAR="go1.17.4.linux-amd64.tar.gz"
7+
ENV GO_BIN_TAR="go1.17.6.linux-amd64.tar.gz"
88
ENV GO_BIN_URL_x86_64=${GO_DL_URL}/${GO_BIN_TAR}
99
ENV GOPATH="/root/go"
1010
RUN if [[ "$(uname -m)" -eq "x86_64" ]] ; then \

0 commit comments

Comments
 (0)