This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 6cf7d024a62 NO-ISSUE: Fix `pnpm bootstrap` in Windows. (#2973)
6cf7d024a62 is described below
commit 6cf7d024a62a17e1e3a2b3cc74f37d06181499cc
Author: Daniel José dos Santos <[email protected]>
AuthorDate: Fri Mar 7 22:13:02 2025 -0300
NO-ISSUE: Fix `pnpm bootstrap` in Windows. (#2973)
---
packages/image-env-to-json/go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/image-env-to-json/go.mod
b/packages/image-env-to-json/go.mod
index cd3a89cfdab..81fa5ddc83b 100644
--- a/packages/image-env-to-json/go.mod
+++ b/packages/image-env-to-json/go.mod
@@ -1,6 +1,6 @@
module github.com/apache/incubator-kie-tools/packages/image-env-to-json
-go 1.22
+go 1.22.12
require (
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]