chore: disable gosec

This commit is contained in:
Henrique Dias 2018-08-04 16:22:38 +01:00 committed by GitHub
parent fb1dbb4276
commit 3d41dfa541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,8 @@ jobs:
-D vetshadow \ -D vetshadow \
-D errcheck \ -D errcheck \
-D golint \ -D golint \
-D gas -D gas \
-D gosec
build: build:
docker: docker:
- image: circleci/golang:1.10 - image: circleci/golang:1.10