Bläddra i källkod

Makefile: upgrade default Go version

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee 7 år sedan
förälder
incheckning
05378f0d5d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -51,7 +51,7 @@ docker-remove:
 
 
 
-GO_VERSION ?= 1.11.4
+GO_VERSION ?= 1.12.5
 ETCD_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
 
 TEST_SUFFIX = $(shell date +%s | base64 | head -c 15)