From 22d6cb6a19a60fa92886694f90fe4f4271e1e31f Mon Sep 17 00:00:00 2001 From: Ying Chen <108433798+ychen-bloxer@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:53:42 -0700 Subject: [PATCH] update Jenkins go version -> 1.20 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e7129fd02..016691c28 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { label 'ubuntu_docker_label' } tools { - go "Go 1.18" + go "Go 1.20" } options { checkoutToSubdirectory('src/github.com/infobloxopen/migrate')