Update KERNEL_VERSION to match BUILDROOT_VERSION

This was missed in 8f9c572ff5
pull/9329/head
Anders F Björklund 2020-09-27 14:06:47 +02:00
parent 11cad2b3e6
commit 75b0950033
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ MINIKUBE_BUCKET ?= minikube/releases
MINIKUBE_UPLOAD_LOCATION := gs://${MINIKUBE_BUCKET}
MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download
KERNEL_VERSION ?= 4.19.107
KERNEL_VERSION ?= 4.19.114
# latest from https://github.com/golangci/golangci-lint/releases
GOLINT_VERSION ?= v1.30.0
# Limit number of default jobs, to avoid the CI builds running out of memory