Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
lock go version to 1.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
luxas committed Jul 1, 2019
1 parent 58c1dc1 commit d00cce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
UID_GID?=$(shell id -u):$(shell id -g)
FIRECRACKER_VERSION:=$(shell cat hack/FIRECRACKER_VERSION)
GO_VERSION=1.12
GO_VERSION=1.12.6
DOCKER_USER=weaveworks
IMAGE_DEV_TAG=dev
GIT_VERSION:=$(shell hack/ldflags.sh --version-only)
Expand Down

0 comments on commit d00cce7

Please sign in to comment.