chore: update to Go 1.20.4
This commit is contained in:
parent
2d2c99b88c
commit
23056bdcde
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.2.linux-amd64.tar.gz | tar -xvz -C /usr/local
|
||||
RUN curl -L https://go.dev/dl/go1.20.4.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