go work init

This commit is contained in:
Michael Shaw 2022-10-10 13:20:05 -04:00
parent cb8b1a9b71
commit 3c5ee7eb6e

2
Jenkinsfile vendored
View File

@ -39,7 +39,7 @@ pipeline {
echo 'Testing ...'
sh 'env'
sh 'go env'
sh 'go work use .' //https://github.com/golangci/golangci-lint/issues/2654
sh 'go work init . ;go work use .' //https://github.com/golangci/golangci-lint/issues/2654
sh '/usr/local/go/bin/go test -p 1 -v ./...'
//sh 'make test'
}