mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-02 22:17:06 +08:00
Jenkinsfile - golint fix
This commit is contained in:
parent
75dbcacabe
commit
591c788f4b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -16,7 +16,7 @@ node {
|
|||||||
|
|
||||||
stage('Prepare') {
|
stage('Prepare') {
|
||||||
// Get linter and other build tools.
|
// 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/tebeka/go2xunit'
|
||||||
sh 'go get github.com/t-yuki/gocover-cobertura'
|
sh 'go get github.com/t-yuki/gocover-cobertura'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user