Upgrade go version to 1.19 (#5446)
Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
This commit is contained in:
@@ -9,6 +9,7 @@ rules:
|
||||
branch: master
|
||||
dir: staging/src/kubesphere.io/client-go
|
||||
name: master
|
||||
go: 1.19.4
|
||||
- source:
|
||||
branch: release-3.1
|
||||
dir: staging/src/kubesphere.io/client-go
|
||||
@@ -22,7 +23,7 @@ rules:
|
||||
branch: master
|
||||
dir: staging/src/kubesphere.io/api
|
||||
name: master
|
||||
go: 1.18.9
|
||||
go: 1.19.4
|
||||
|
||||
smoke-test: |
|
||||
# assumes GO111MODULE=on
|
||||
@@ -36,4 +37,4 @@ rules:
|
||||
branch: master
|
||||
dir: staging/src/kubesphere.io/utils
|
||||
name: master
|
||||
go: 1.18.9
|
||||
go: 1.19.4
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
module kubesphere.io/api
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/go-logr/logr v1.2.3
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
module kubesphere.io/utils
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
|
||||
Reference in New Issue
Block a user