Skip to content

Commit

Permalink
staging/publishing: Set default go version to go1.15.13
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoycekung committed Jun 10, 2021
1 parent 9710d08 commit 9bcd24d
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions staging/publishing/rules.yaml
Expand Up @@ -4,7 +4,7 @@ recursive-delete-patterns:
- BUILD.bazel
- "*/BUILD.bazel"
- Gopkg.toml
default-go-version: 1.15.12
default-go-version: 1.15.13
rules:
- destination: code-generator
branches:
Expand All @@ -26,7 +26,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/code-generator
name: release-1.19
go: 1.15.12
go: 1.15.13

- destination: apimachinery
library: true
Expand All @@ -49,7 +49,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/apimachinery
name: release-1.19
go: 1.15.12
go: 1.15.13

- destination: api
library: true
Expand Down Expand Up @@ -81,7 +81,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/api
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -122,7 +122,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/client-go
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -175,7 +175,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/component-base
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -247,7 +247,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/apiserver
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -317,7 +317,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/kube-aggregator
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -397,7 +397,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/sample-apiserver
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -470,7 +470,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/sample-controller
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -551,7 +551,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/apiextensions-apiserver
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -616,7 +616,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/metrics
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -669,7 +669,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/cli-runtime
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: api
branch: release-1.19
Expand Down Expand Up @@ -726,7 +726,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/sample-cli-plugin
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: api
branch: release-1.19
Expand Down Expand Up @@ -785,7 +785,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/kube-proxy
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -836,7 +836,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/kubelet
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -895,7 +895,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/kube-scheduler
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -928,7 +928,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/controller-manager
name: release-1.19
go: 1.15.12
go: 1.15.13

- destination: cloud-provider
library: true
Expand Down Expand Up @@ -978,7 +978,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/cloud-provider
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: api
branch: release-1.19
Expand Down Expand Up @@ -1043,7 +1043,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/kube-controller-manager
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -1090,7 +1090,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/cluster-bootstrap
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: apimachinery
branch: release-1.19
Expand Down Expand Up @@ -1141,7 +1141,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/csi-translation-lib
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: api
branch: release-1.19
Expand Down Expand Up @@ -1222,7 +1222,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/legacy-cloud-providers
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: api
branch: release-1.19
Expand Down Expand Up @@ -1278,7 +1278,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/cri-api
name: release-1.19
go: 1.15.12
go: 1.15.13

- destination: kubectl
library: true
Expand Down Expand Up @@ -1348,7 +1348,7 @@ rules:
branch: release-1.19
dir: staging/src/k8s.io/kubectl
name: release-1.19
go: 1.15.12
go: 1.15.13
dependencies:
- repository: api
branch: release-1.19
Expand Down

0 comments on commit 9bcd24d

Please sign in to comment.