Skip to content

Commit

Permalink
Go from Go v1.3 to v1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjoern Rabenstein committed Nov 27, 2014
1 parent 1eac4e4 commit ff20077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARCH := $(subst x86_64,amd64,$(shell uname -m))

GOOS ?= $(OS)
GOARCH ?= $(ARCH)
GOVER ?= 1.3
GOVER ?= 1.3.3
GOPKG := $(subst darwin-amd64,darwin-amd64-osx10.8,go$(GOVER).$(OS)-$(ARCH).tar.gz)
GOROOT ?= $(CURDIR)/.deps/go
GOPATH ?= $(CURDIR)/.deps/gopath
Expand Down

0 comments on commit ff20077

Please sign in to comment.