chore: remove temporary go modules validation.
This commit is contained in:
parent
82e309fc0d
commit
bbb45a38ae
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user