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 b47497d commit 34a8935Copy full SHA for 34a8935
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.8.linux-amd64.tar.gz"
+ENV GO_BIN_TAR="go1.18.1.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 \
testapp/go.mod
@@ -1,6 +1,6 @@
1
module main
2
3
-go 1.17
+go 1.18
require github.com/sirupsen/logrus v1.8.1
0 commit comments