From 7aa542753f5e02d87763ab6b6a57f107e635b951 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Tue, 24 Jan 2017 12:30:04 +0000 Subject: [PATCH] tris: update to Go 1.8rc2 --- _dev/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_dev/Makefile b/_dev/Makefile index c50dac5..f6ab679 100644 --- a/_dev/Makefile +++ b/_dev/Makefile @@ -22,7 +22,7 @@ endif # Note: when changing this, if it doesn't change the Go version # (it should), you need to run make clean. -GO_COMMIT := ae8caa4954d9ad36bc1594e72abb52f8a422b7b9 +GO_COMMIT := b4e144df83d3a531a06093d9b56c2eceded8768e .PHONY: go go: go/.ok_$(GO_COMMIT)_$(GOENV)