Bump minimum Go version to 1.20

This commit is contained in:
Sergey Stepanov 2023-04-06 20:37:56 +03:00
parent ec5bcbc9c7
commit b0b7966b47
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/giongto35/cloud-game/v3
go 1.18
go 1.20
require (
github.com/VictoriaMetrics/metrics v1.23.1