From ef90e6cbb387d1d25e45316557abaddffddef987 Mon Sep 17 00:00:00 2001 From: Nikhita Raghunath Date: Fri, 24 Jul 2020 13:36:18 +0530 Subject: [PATCH] publishing: remove go 1.13.9 for master branch for controller-manager The rules now use `default-go-version` at the top of the rules file to define the go version used globally for all master branches. https://github.com/kubernetes/kubernetes/blob/8a3fc2d7e2043bc980bb5301d2f4292020f1a2dd/staging/publishing/rules.yaml#L7 --- staging/publishing/rules.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/staging/publishing/rules.yaml b/staging/publishing/rules.yaml index 9f91e20b831..0bcb7db02e8 100644 --- a/staging/publishing/rules.yaml +++ b/staging/publishing/rules.yaml @@ -1640,7 +1640,6 @@ rules: branch: master dir: staging/src/k8s.io/controller-manager name: master - go: 1.13.9 - source: branch: release-1.19 dir: staging/src/k8s.io/controller-manager