summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2020-04-05 22:07:59 -0400
committerDave Henderson <dhenderson@gmail.com>2020-04-10 19:32:07 -0400
commite32d37af8d1644eea9e9785e3ba2f3f0592c4810 (patch)
tree490071182c56d7db2da1a2ebc70eff01850bef0b /Makefile
parentabce2771bac0661a8bd111fe75802138131aaf1b (diff)
use Go 1.14.x in CI
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e04dff0c..d6eda98d 100644
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,7 @@ gomplate.png: gomplate.svg
cloudconvert -f png -c density=288 $^
lint:
+ golangci-lint --version
@golangci-lint run --timeout 2m --disable-all \
--enable depguard \
--enable dupl \