make go-tools

This commit is contained in:
jamesread 2021-10-18 08:53:47 +01:00
parent b72e351c69
commit 2f2f3bf61a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage ('Pre-Build') { stage ('Pre-Build') {
steps { steps {
sh 'go get -tags tools || true' sh 'make go-tools'
} }
} }