Upgrade to latest Go version
This commit is contained in:
parent
21d1a57527
commit
111be681b5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ RUN apt-get update && \
|
|||
ln -s /usr/bin/llc-14 /usr/bin/llc
|
||||
|
||||
# Install Go
|
||||
RUN curl -L https://go.dev/dl/go1.20.linux-amd64.tar.gz | tar -xvz -C /usr/local
|
||||
RUN curl -L https://go.dev/dl/go1.20.1.linux-amd64.tar.gz | tar -xvz -C /usr/local
|
||||
|
||||
ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin \
|
||||
GOPATH=/go
|
||||
|
|
Loading…
Reference in a new issue