Skip to content

Commit

Permalink
upgrade golang to 1.10.8 to fix osx build error (fix #318)
Browse files Browse the repository at this point in the history
  • Loading branch information
afrocheese authored and lunixbochs committed Mar 12, 2019
1 parent 4dc7933 commit c3307a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -32,7 +32,7 @@ ifeq "$(OS)" "Darwin"
endif

# figure out if we can download Go
GOVERSION=1.10.1
GOVERSION=1.10.8
ifeq "$(ARCH)" "x86_64"
ifeq "$(OS)" "Darwin"
GOURL = "https://storage.googleapis.com/golang/go$(GOVERSION).darwin-amd64.tar.gz"
Expand Down

0 comments on commit c3307a4

Please sign in to comment.