Revert "Revert Go version back to 1.20"

This reverts commit 1a44b94c85.
This commit is contained in:
Sergey Stepanov 2024-02-08 16:39:37 +03:00 committed by sergystepanov
parent 1a44b94c85
commit ccb0f410ab
4 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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
View file

@ -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