mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Update Go to 1.25.0
This commit is contained in:
parent
e03fbadcaa
commit
3270a7b112
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ ARG VERSION=master
|
|||
|
||||
# base build stage
|
||||
FROM ubuntu:oracular AS build0
|
||||
ARG GO=1.24.2
|
||||
ARG GO=1.25.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