chore: bump linter to v1.27.0

This commit is contained in:
James Houlahan
2020-07-01 09:06:23 +02:00
parent 1e8cb35fcb
commit 2512d3647a

View File

@ -119,7 +119,7 @@ update-vendor: vendor-cache/${THERECIPE_ENV} prepare-vendor
## Dev dependencies
.PHONY: install-devel-tools install-linter install-go-mod-outdated
LINTVER:="v1.26.0"
LINTVER:="v1.27.0"
LINTSRC:="https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh"
install-dev-dependencies: install-devel-tools install-linter install-go-mod-outdated