chore: remove temporary go modules validation.

This commit is contained in:
Fernandez Ludovic 2019-09-01 20:14:23 +02:00
parent 82e309fc0d
commit bbb45a38ae

View File

@ -38,8 +38,9 @@ before_install:
install:
- go mod tidy
- git diff --exit-code go.mod
- git diff --exit-code go.sum
# Comment because go1.13 don't generate the same go.mod as go1.12
# - git diff --exit-code go.mod
# - git diff --exit-code go.sum
- go mod download
before_deploy: