Files
kubesphere/staging/publishing/rules.yaml
hongzhouzi ade0d324da Upgrade go version to 1.19 (#5446)
Signed-off-by: hongzhouzi <hongzhouzi@kubesphere.io>
2023-01-12 16:48:34 +08:00

40 lines
751 B
YAML

recursive-delete-patterns:
- BUILD
default-go-version: 1.16.3
rules:
- destination: client-go
library: true
branches:
- source:
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
name: release-3.1
go: 1.13.15
- destination: api
library: true
branches:
- source:
branch: master
dir: staging/src/kubesphere.io/api
name: master
go: 1.19.4
smoke-test: |
# assumes GO111MODULE=on
go build ./...
go test ./...
- destination: utils
library: true
branches:
- source:
branch: master
dir: staging/src/kubesphere.io/utils
name: master
go: 1.19.4