Skip to content

Commit

Permalink
Merge pull request hashicorp#158 from hashicorp/update-go
Browse files Browse the repository at this point in the history
Updates to Go 1.9.2.
  • Loading branch information
slackpad authored Jan 22, 2018
2 parents c2d3910 + 882e787 commit fe9278b
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 @@ -15,7 +15,7 @@ GOTAGS ?=
GOMAXPROCS ?= 4

# Get the project metadata
GOVERSION := 1.9.0
GOVERSION := 1.9.2
PROJECT := $(CURRENT_DIR:$(GOPATH)/src/%=%)
OWNER := $(notdir $(patsubst %/,%,$(dir $(PROJECT))))
NAME := $(notdir $(PROJECT))
Expand Down

0 comments on commit fe9278b

Please sign in to comment.