Skip to content

Commit

Permalink
Upgrade Go to v1.18.2 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored May 17, 2022
1 parent 9f03571 commit 744e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-partner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN yum install -y wget make hostname iproute iputils openssh openssh-clients po

# Install Go binary
ENV GO_DL_URL="https://golang.org/dl"
ENV GO_BIN_TAR="go1.18.1.linux-amd64.tar.gz"
ENV GO_BIN_TAR="go1.18.2.linux-amd64.tar.gz"
ENV GO_BIN_URL_x86_64=${GO_DL_URL}/${GO_BIN_TAR}
ENV GOPATH="/root/go"
RUN if [[ "$(uname -m)" -eq "x86_64" ]] ; then \
Expand Down

0 comments on commit 744e25e

Please sign in to comment.