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: install:
- go mod tidy - go mod tidy
- git diff --exit-code go.mod # Comment because go1.13 don't generate the same go.mod as go1.12
- git diff --exit-code go.sum # - git diff --exit-code go.mod
# - git diff --exit-code go.sum
- go mod download - go mod download
before_deploy: before_deploy: