Change Go version to 1.19 (#2543)

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Daniel Valdivia
2023-01-04 13:43:13 -08:00
committed by GitHub
parent 1d951b28aa
commit d8b3d0715f
5 changed files with 210 additions and 204 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/minio/console
go 1.18
go 1.19
require (
github.com/blang/semver/v4 v4.0.0