From 5a22929b8b0586e94420e6bf99457b832afa36bf Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 29 Sep 2025 14:30:49 +0200 Subject: [PATCH] Use golang123 version attribute - golang124 is for some reason not available and go 1.10 is then used instead which is ancient (2017) Issue-ID: INT-2331 Change-Id: Icf6a87a348eaa23d2dc46e59207d10ee52a87a2f Signed-off-by: Fiete Ostkamp --- .gitignore | 1 + jjb/oom/oom-readiness.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11b529f4a..1e35a9dbe 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ __pycache__/ *.pyc onap_sandbox +.vscode diff --git a/jjb/oom/oom-readiness.yaml b/jjb/oom/oom-readiness.yaml index e26135879..e5584da73 100644 --- a/jjb/oom/oom-readiness.yaml +++ b/jjb/oom/oom-readiness.yaml @@ -29,7 +29,7 @@ project: oom/readiness mvn-settings: "oom-settings" path: "." - golangver: "golang124" + golangver: "golang123" build-node: ubuntu2204-docker-4c-4g jobs: - "{project-name}-{stream}-verify-golang" -- 2.16.6