From fe7295d629e9b1729b435d617a57171c25548af7 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 10 Apr 2026 05:45:14 -0300 Subject: [PATCH] ci: run soteria tests with go 1.25 toolchain --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 315a213..52f7660 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,7 +44,7 @@ spec: - name: harbor-config mountPath: /docker-config - name: tester - image: golang:1.23-bookworm + image: golang:1.25-bookworm command: - cat tty: true