mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Update Go version to 1.26rc1
This commit is contained in:
parent
d45daeab7a
commit
7c91d200e4
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.25.0
|
||||
ARG GO=1.26rc1
|
||||
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