Update lint-worthy version list (#20)

This commit is contained in:
bill fumerola
2017-04-10 17:14:58 -07:00
committed by GitHub
parent 3b8db5e93c
commit 1dcf4eb483

View File

@@ -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