Skip to content

Commit

Permalink
Update lint-worthy version list (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
billf authored Apr 11, 2017
1 parent 3b8db5e commit 1dcf4eb
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 @@ PACKAGE_FILES ?= *.go
# stable release.
GO_VERSION := $(shell go version | cut -d " " -f 3)
GO_MINOR_VERSION := $(word 2,$(subst ., ,$(GO_VERSION)))
LINTABLE_MINOR_VERSIONS := 6
LINTABLE_MINOR_VERSIONS := 7 8
ifneq ($(filter $(LINTABLE_MINOR_VERSIONS),$(GO_MINOR_VERSION)),)
SHOULD_LINT := true
endif
Expand Down

0 comments on commit 1dcf4eb

Please sign in to comment.