We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe221c commit 330e2c9Copy full SHA for 330e2c9
Makefile
@@ -20,7 +20,7 @@ MAC_OS_X_VERSION ?= 10.8
20
21
BUILD_PATH = $(PWD)/.build
22
23
-export GO_VERSION = 1.4
+export GO_VERSION = 1.4.2
24
export GOOS = $(subst Darwin,darwin,$(subst Linux,linux,$(subst FreeBSD,freebsd,$(OS))))
25
26
ifeq ($(GOOS),darwin)
0 commit comments