Skip to content

Commit 91c68a4

Browse files
authored
Upgrade Go to v1.20.1 (#218)
1 parent 788c759 commit 91c68a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6.linux-amd64.tar.gz"
11+
ENV GO_BIN_TAR="go1.20.1.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 \

testapp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module main
22

3-
go 1.19
3+
go 1.20

0 commit comments

Comments
 (0)