diff --git a/Jenkinsfile b/Jenkinsfile index d26f6725f95e18a4ad74c8c1da17303a5db75932..901dccc3ccd8cc2b5c2c8370680f982cd02ae9d3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { } } -tools { go 'go-1.23.0' } +tools { go 'go-1.22.0' } environment { RELEASE_REGEX = /v\d+.\d+.\d+/ BETA_REGEX = /v\d+.\d+.\d+-beta.\d/