mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Revert "Revert Go version back to 1.20"
This reverts commit 1a44b94c85.
This commit is contained in:
parent
1a44b94c85
commit
ccb0f410ab
4 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.20.14
|
||||
go-version: 1.22.0
|
||||
|
||||
- name: Linux
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ ARG VERSION=master
|
|||
|
||||
# base build stage
|
||||
FROM ubuntu:lunar AS build0
|
||||
ARG GO=1.20.14
|
||||
ARG GO=1.22.0
|
||||
ARG GO_DIST=go${GO}.linux-amd64.tar.gz
|
||||
|
||||
ADD https://go.dev/dl/$GO_DIST ./
|
||||
|
|
|
|||
Binary file not shown.
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/giongto35/cloud-game/v3
|
||||
|
||||
go 1.20
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/VictoriaMetrics/metrics v1.31.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue