From bb016b514f283346f4de7da4af1e69b710f2e2bd Mon Sep 17 00:00:00 2001 From: Marco Pfatschbacher Date: Mon, 23 Oct 2023 13:36:51 +0100 Subject: [PATCH] update golang to 1.21 --- jenkins.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins.groovy b/jenkins.groovy index ce6d3d0..d5a5e90 100644 --- a/jenkins.groovy +++ b/jenkins.groovy @@ -11,7 +11,7 @@ pipeline tools { - go 'Go 1.19' + go 'Go 1.21' } environment