Skip to content

Commit

Permalink
Merge pull request #4917 from afbjorklund/go-version
Browse files Browse the repository at this point in the history
Pin the go version used for kvm-build-image
  • Loading branch information
medyagh authored Jul 30, 2019
2 parents db7d7c8 + cc393df commit ec611a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ MINIKUBE_RELEASES_URL=https://github.com/kubernetes/minikube/releases/download

KERNEL_VERSION ?= 4.16.14

GO_VERSION ?= $(shell go version | cut -d' ' -f3 | sed -e 's/go//')
# Currently *only* used for the KVM_BUILD_IMAGE, see also BUILD_IMAGE above
GO_VERSION ?= 1.12.7

GOLINT_VERSION ?= v1.17.1
# Limit number of default jobs, to avoid the CI builds running out of memory
GOLINT_JOBS ?= 4
Expand Down

0 comments on commit ec611a5

Please sign in to comment.