Merge pull request #32 from Clever/SYNC-859

This commit is contained in:
Nate 2018-10-11 15:40:18 -07:00 committed by GitHub
commit 33d58bc6e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# This is the default Clever Golang Makefile.
# It is stored in the dev-handbook repo, github.com/Clever/dev-handbook
# Please do not alter this file directly.
GOLANG_MK_VERSION := 0.3.8
GOLANG_MK_VERSION := 0.4.0
SHELL := /bin/bash
SYSTEM := $(shell uname -a | cut -d" " -f1 | tr '[:upper:]' '[:lower:]')
@ -82,7 +82,7 @@ endif
# Golint is a tool for linting Golang code for common errors.
GOLINT := $(GOPATH)/bin/golint
$(GOLINT):
go get github.com/golang/lint/golint
go get golang.org/x/lint/golint
# golang-fmt-deps requires the FGT tool for checking output
golang-fmt-deps: $(FGT)