From dbefe685912e286fce16bf9dd3773f4037cdcdf1 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Mon, 20 Aug 2018 17:43:42 +0100 Subject: Small updates - Test against 1.11 rc - Set timeouts on the http client - Use gofmt instead of goimports --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 934c79d..1d2f08e 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ test: dep go install -race $(CASHIER_CMD) $(CASHIERD_CMD) go vet ./... go list ./... |xargs -L1 golint -set_exit_status - goimports -d $(SRC_FILES) + gofmt -s -d -l -e $(SRC_FILES) $(MAKE) generate @[ -z "`git status --porcelain`" ] || (echo "unexpected files: `git status --porcelain`" && exit 1) -- cgit v1.2.3