mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-28 12:36:30 +00:00
Use Go 1.20.7 with Docker builds
This commit is contained in:
parent
8e92f6822e
commit
240a1f92ce
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ ARG VERSION=master
|
|||
|
||||
# base build stage
|
||||
FROM ubuntu:lunar AS build0
|
||||
ARG GO=1.21.0
|
||||
ARG GO=1.20.7
|
||||
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