From f398b35a7d6805fb2a4fe60f3c1ea1be7fcd7728 Mon Sep 17 00:00:00 2001 From: Michael Sverdlov Date: Mon, 15 Jul 2024 14:22:19 +0300 Subject: [PATCH] Fix npm script Signed-off-by: Michael Sverdlov --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0b3a94c2f..364e60e68 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/jfrog/jfrog-cli -go 1.22.4 +go 1.22.3 replace ( // Should not be updated to 0.2.6 due to a bug (https://github.com/jfrog/jfrog-cli-core/pull/372)