Skip to content

Commit 34a8935

Browse files
authored
Upgrade to Go 1.18.1 (#104)
1 parent b47497d commit 34a8935

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
@@ -4,7 +4,7 @@ RUN yum 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.17.8.linux-amd64.tar.gz"
7+
ENV GO_BIN_TAR="go1.18.1.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 \

testapp/go.mod

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

3-
go 1.17
3+
go 1.18
44

55
require github.com/sirupsen/logrus v1.8.1
66

0 commit comments

Comments
 (0)