Jenkinsfile update - fix golint

This commit is contained in:
Gunnsteinn Hall 2018-10-23 14:16:18 +00:00
parent 35bd354314
commit c8e20cd515

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'