mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-18 00:55:40 +00:00
Update to Go 1.26.0
This commit is contained in:
parent
dc56c70acf
commit
d765de14dc
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ ARG VERSION=master
|
|||
|
||||
# base build stage
|
||||
FROM ubuntu:plucky AS build0
|
||||
ARG GO=1.26
|
||||
ARG GO=1.26.0
|
||||
ARG GO_DIST=go${GO}.linux-amd64.tar.gz
|
||||
|
||||
ADD https://go.dev/dl/$GO_DIST ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue