update ci to use go 1.13, switch to golangci-lint

This commit is contained in:
Elliot
2019-10-31 08:21:19 +11:00
committed by Mike Farah
parent d1cec1ad18
commit d05391e244
8 changed files with 18 additions and 40 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.9
FROM golang:1.13
COPY scripts/devtools.sh /opt/devtools.sh