Skip to content

Commit 169b2d2

Browse files
committed
wings: update go to 1.18.7
1 parent 33d8397 commit 169b2d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/wings/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ RUN apt -y update \
2727
containerd.io \
2828
iproute2 \
2929
net-tools \
30-
&& curl -OL "https://go.dev/dl/go1.17.6.linux-$(dpkg --print-architecture).tar.gz" \
31-
&& tar xvf "go1.17.6.linux-$(dpkg --print-architecture).tar.gz" -C /usr/local \
30+
&& curl -OL "https://go.dev/dl/go1.18.7.linux-$(dpkg --print-architecture).tar.gz" \
31+
&& tar xvf "go1.18.7.linux-$(dpkg --print-architecture).tar.gz" -C /usr/local \
3232
&& chown -R root:root /usr/local/go \
3333
&& rm -rf go*.gz \
3434
&& /usr/local/go/bin/go get github.com/go-delve/delve/cmd/dlv \

0 commit comments

Comments
 (0)