From: Fiete Ostkamp Date: Mon, 29 Sep 2025 12:30:49 +0000 (+0200) Subject: Use golang123 version attribute X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5a22929b8b0586e94420e6bf99457b832afa36bf;p=ci-management.git 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 --- 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"