Skip to content

Commit b7d5aa5

Browse files
authored
Update Go to v1.19.5 (#198)
1 parent eea5877 commit b7d5aa5

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
@@ -8,7 +8,7 @@ RUN dnf install -y wget make hostname iproute iputils openssh openssh-clients po
88

99
# Install Go binary
1010
ENV GO_DL_URL="https://golang.org/dl"
11-
ENV GO_BIN_TAR="go1.19.4.linux-amd64.tar.gz"
11+
ENV GO_BIN_TAR="go1.19.5.linux-amd64.tar.gz"
1212
ENV GO_BIN_URL_x86_64=${GO_DL_URL}/${GO_BIN_TAR}
1313
ENV GOPATH="/root/go"
1414
RUN if [[ "$(uname -m)" -eq "x86_64" ]] ; then \

0 commit comments

Comments
 (0)