Skip to content

Commit

Permalink
Makefile: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
rvolosatovs committed Apr 25, 2018
1 parent 9079276 commit e65b0d4
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 @@ -7,7 +7,7 @@ TARGET = $(RPLUGIN_HOME)/deoplete/ujson.so

GOCODE := $(shell which gocode)
GO_VERSION = $(shell go version | awk '{print $$3}' | sed -e 's/go//')
GO_STABLE_VERSION = 1.7.3
GO_STABLE_VERSION = 1.10.1
GOOS := $(shell go env GOOS)
GOARCH := $(shell go env GOARCH)

Expand Down

0 comments on commit e65b0d4

Please sign in to comment.