ci: fix build for go 1.13 (#96)
Updates modules handling so build passes in Go 1.13. Bypasses modules for tools install in bootstrap. Upgrades golangci-lint version to avoid bug with v1.17.1 under Go 1.13. Fixes #95
This commit is contained in:
committed by
GitHub
parent
bb615f61ce
commit
0bcbe82731
@@ -1,6 +1,7 @@
|
||||
linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
- funlen
|
||||
- maligned
|
||||
- lll
|
||||
- gosec
|
||||
|
||||
Reference in New Issue
Block a user