From 9beaca40ada784be7b029cdf500cb1a4ccafff50 Mon Sep 17 00:00:00 2001 From: remib Date: Fri, 24 Jul 2026 09:12:11 +0200 Subject: [PATCH 1/2] JGC-533 - Point Validator Tests Go setup at pipelinesScripts/validator/go.mod Co-authored-by: Cursor --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 056be39..1fc73b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,8 @@ jobs: - name: Setup Go with Cache uses: jfrog/.github/actions/install-go-with-cache@main + with: + go-version-file: pipelinesScripts/validator/go.mod - name: Configure git run: | From 9002c826882a4f9b70fd33786b2160c71a76dc53 Mon Sep 17 00:00:00 2001 From: remib Date: Fri, 24 Jul 2026 09:43:30 +0200 Subject: [PATCH 2/2] JGC-533 - Bump validator Go to 1.24.5 for macOS runners Co-authored-by: Cursor --- pipelinesScripts/validator/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelinesScripts/validator/go.mod b/pipelinesScripts/validator/go.mod index 17e68f5..1e4fd2f 100644 --- a/pipelinesScripts/validator/go.mod +++ b/pipelinesScripts/validator/go.mod @@ -1,6 +1,6 @@ module github.com/jfrog/jfrog-cli-plugins-reg -go 1.22.5 +go 1.24.5 require ( github.com/jfrog/build-info-go v1.9.34