Skip to content

Commit

Permalink
Modify go tool in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb4doc committed Mar 17, 2020
1 parent 3c168b4 commit 82e4eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ node {
repo = 'jfrog-cli'
sh 'rm -rf temp'
sh 'mkdir temp'
def goRoot = tool 'go-1.13'
def goRoot = tool 'go-1.12'
env.GOROOT="$goRoot"
env.PATH+=":${goRoot}/bin"
env.GO111MODULE="on"
Expand Down

0 comments on commit 82e4eab

Please sign in to comment.