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 788c759 commit 91c68a4Copy full SHA for 91c68a4
test-partner/Dockerfile
@@ -8,7 +8,7 @@ RUN dnf install -y wget make hostname iproute iputils openssh openssh-clients po
8
9
# Install Go binary
10
ENV GO_DL_URL="https://golang.org/dl"
11
-ENV GO_BIN_TAR="go1.19.6.linux-amd64.tar.gz"
+ENV GO_BIN_TAR="go1.20.1.linux-amd64.tar.gz"
12
ENV GO_BIN_URL_x86_64=${GO_DL_URL}/${GO_BIN_TAR}
13
ENV GOPATH="/root/go"
14
RUN if [[ "$(uname -m)" -eq "x86_64" ]] ; then \
testapp/go.mod
@@ -1,3 +1,3 @@
1
module main
2
3
-go 1.19
+go 1.20
0 commit comments