go mod tidy

This commit is contained in:
Michael Shaw
2022-10-06 14:16:21 -04:00
parent 423d6ce1fb
commit 3dc4e6265e
Vendored
+1
View File
@@ -30,6 +30,7 @@ pipeline {
steps {
echo 'Testing ...'
sh 'env'
sh 'go mod tidy'
sh 'go get -d ./...'
sh 'go env'
sh 'make test'