Jenkinsfile - golint fix

This commit is contained in:
Gunnsteinn Hall 2018-10-23 14:56:12 +00:00
parent 75dbcacabe
commit 591c788f4b

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ node {
stage('Prepare') {
// Get linter and other build tools.
sh 'go get github.com/golang/lint/golint'
sh 'go get -u golang.org/x/lint/golint'
sh 'go get github.com/tebeka/go2xunit'
sh 'go get github.com/t-yuki/gocover-cobertura'