Skip to content

Commit 330e2c9

Browse files
author
beorn7
committed
Use go1.4.2 in Makefile.
1 parent cbe221c commit 330e2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MAC_OS_X_VERSION ?= 10.8
2020

2121
BUILD_PATH = $(PWD)/.build
2222

23-
export GO_VERSION = 1.4
23+
export GO_VERSION = 1.4.2
2424
export GOOS = $(subst Darwin,darwin,$(subst Linux,linux,$(subst FreeBSD,freebsd,$(OS))))
2525

2626
ifeq ($(GOOS),darwin)

0 commit comments

Comments
 (0)