Upgrade go version to 1.19 (#5446)

Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
This commit is contained in:
hongzhouzi
2023-01-12 16:48:34 +08:00
committed by GitHub
parent 3a03b4a6e1
commit ade0d324da
10 changed files with 15 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
module kubesphere.io/api
go 1.18
go 1.19
require (
github.com/go-logr/logr v1.2.3

View File

@@ -2,7 +2,7 @@
module kubesphere.io/client-go
go 1.18
go 1.19
require (
github.com/go-resty/resty/v2 v2.5.0

View File

@@ -2,7 +2,7 @@
module kubesphere.io/utils
go 1.18
go 1.19
require (
gopkg.in/yaml.v3 v3.0.1