diff options
author | Niall Sheridan <nsheridan@gmail.com> | 2018-08-20 17:43:42 +0100 |
---|---|---|
committer | Niall Sheridan <nsheridan@gmail.com> | 2018-08-20 17:43:42 +0100 |
commit | dbefe685912e286fce16bf9dd3773f4037cdcdf1 (patch) | |
tree | 238422f371df9f04d2c2aebd700e61d015837753 /Makefile | |
parent | f906c9ba422eb720514721b559c01f840ca34a0c (diff) |
Small updates
- Test against 1.11 rc
- Set timeouts on the http client
- Use gofmt instead of goimports
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |