go mod tidy
This commit is contained in:
Vendored
+1
@@ -30,6 +30,7 @@ pipeline {
|
||||
steps {
|
||||
echo 'Testing ...'
|
||||
sh 'env'
|
||||
sh 'go mod tidy'
|
||||
sh 'go get -d ./...'
|
||||
sh 'go env'
|
||||
sh 'make test'
|
||||
|
||||
Reference in New Issue
Block a user