Skip to content

Commit 2002f56

Browse files
authored
Update Go to 1.18.3 (#121)
1 parent 4195d84 commit 2002f56

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 dnf 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.18.2.linux-amd64.tar.gz"
7+
ENV GO_BIN_TAR="go1.18.3.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)