From 550de966c70fc6ab5b7f8805587e5765d6e73dea Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Thu, 3 Dec 2020 01:16:42 -0600 Subject: [PATCH] Bump To Go 1.15.5 The main k/k repo as updated to Go 1.15.5 for the upcoming k8s v1.20.0 release. See below PR for reference. https://github.com/kubernetes/kubernetes/pull/95776 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0208b970b..d1ef4ec42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.15.2 +FROM golang:1.15.5 WORKDIR /go/src/sigs.k8s.io/descheduler COPY . .