try gobin add this way

This commit is contained in:
jamesread 2021-10-18 09:04:47 +01:00
parent d704f30bf1
commit e4a53d1e45
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stage('Compile') {
steps {
withEnv(["PATH+GO=${root}/go/bin"]) {
withEnv(["PATH+GO=/root/go/bin/"]) {
sh 'go env'
sh 'echo $PATH'
sh 'buf generate'