Skip to content

Commit

Permalink
Update Go version to 1.20.4 (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Jun 1, 2023
1 parent 74f919f commit 5defd84
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 @@ -25,7 +25,7 @@ node("docker") {
repo = 'jfrog-cli'
sh 'rm -rf temp'
sh 'mkdir temp'
def goRoot = tool 'go-1.20.3'
def goRoot = tool 'go-1.20.4'
env.GOROOT="$goRoot"
env.PATH+=":${goRoot}/bin"
env.GO111MODULE="on"
Expand Down

0 comments on commit 5defd84

Please sign in to comment.