From bd7d6a3d736a3d9781ef3b243a8e18e93f632955 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 13 Aug 2020 10:11:24 -0400 Subject: go1.15 (#12475) * go1.15 * update makefile xgo version * fix vet issue * update docs to version of go in use * add TODO for asyncpreemptoff Co-authored-by: Lauris BH --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 890332fde1..49df896229 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ SHASUM ?= shasum -a 256 HAS_GO = $(shell hash $(GO) > /dev/null 2>&1 && echo "GO" || echo "NOGO" ) COMMA := , -XGO_VERSION := go-1.14.x +XGO_VERSION := go-1.15.x MIN_GO_VERSION := 001012000 MIN_NODE_VERSION := 010013000 -- cgit v1.2.3