This is an automated email from the ASF dual-hosted git repository.

kbowers 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 9632d758965 kie-issues#3424: Update go from 1.24.11 to 1.24.13 (#3426)
9632d758965 is described below

commit 9632d75896516531752c59a769790c633a49af5b
Author: Kusuma04-dev <[email protected]>
AuthorDate: Fri Feb 6 16:24:24 2026 +0530

    kie-issues#3424: Update go from 1.24.11 to 1.24.13 (#3426)
    
    Co-authored-by: Kusuma <[email protected]>
---
 .ci/incubator-kie-tools-ci-build.Dockerfile | 4 ++--
 .github/actions/setup-env/action.yml        | 4 ++--
 README.md                                   | 2 +-
 devbox.json                                 | 2 +-
 packages/kn-plugin-workflow/README.md       | 2 +-
 repo/build-dependencies-versions.json       | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.ci/incubator-kie-tools-ci-build.Dockerfile 
b/.ci/incubator-kie-tools-ci-build.Dockerfile
index e12c4c7b0fa..b151241e23e 100644
--- a/.ci/incubator-kie-tools-ci-build.Dockerfile
+++ b/.ci/incubator-kie-tools-ci-build.Dockerfile
@@ -100,8 +100,8 @@ RUN curl -s "https://get.sdkman.io"; | bash && \
     sdk flush
 
 # Golang setup
-RUN wget https://go.dev/dl/go1.24.11.linux-amd64.tar.gz -P /tmp && \
-    sudo tar xzf /tmp/go1.24.11.linux-amd64.tar.gz -C /opt && rm 
/tmp/go1.24.11.linux-amd64.tar.gz && \
+RUN wget https://go.dev/dl/go1.24.13.linux-amd64.tar.gz -P /tmp && \
+    sudo tar xzf /tmp/go1.24.13.linux-amd64.tar.gz -C /opt && rm 
/tmp/go1.24.13.linux-amd64.tar.gz && \
     echo 'export GOPATH=${HOME}/go' | sudo tee /etc/profile.d/go.sh && \
     echo 'export PATH=${PATH}:/opt/go/bin:${GOPATH}/bin' | sudo tee -a 
/etc/profile.d/go.sh && \
     echo "source /etc/profile.d/go.sh" >> $HOME/.bashrc && \
diff --git a/.github/actions/setup-env/action.yml 
b/.github/actions/setup-env/action.yml
index 3b60c5e6859..c0606767231 100644
--- a/.github/actions/setup-env/action.yml
+++ b/.github/actions/setup-env/action.yml
@@ -77,10 +77,10 @@ runs:
         java-version: 17
         distribution: "temurin"
 
-    - name: "Set up GOLANG 1.24.11"
+    - name: "Set up GOLANG 1.24.13"
       uses: actions/setup-go@v5
       with:
-        go-version: "1.24.11"
+        go-version: "1.24.13"
 
     - name: "Set up Maven"
       uses: stCarolas/setup-maven@v5
diff --git a/README.md b/README.md
index f4386429c08..0db2f790c7d 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ To build and test all packages on this repository, you're 
going to need:
 - pnpm `9.3.0` _(To install, follow these instructions: 
https://pnpm.io/installation#using-npm)_
 - Maven `3.9.11`
 - Java `17`
-- Go `1.24.11` _(To install, follow these instructions: 
https://go.dev/doc/install)_
+- Go `1.24.13` _(To install, follow these instructions: 
https://go.dev/doc/install)_
 - Python `3.12` _(To install, follow these instructions: 
https://www.python.org/downloads/)_
 - Helm `3.13.3` _(To install, follow these instructions: 
https://helm.sh/docs/intro/install/)_
 - Make
diff --git a/devbox.json b/devbox.json
index bb05915fef5..2d1ee89cf92 100644
--- a/devbox.json
+++ b/devbox.json
@@ -12,7 +12,7 @@
       "version": "2.40-66",
       "platforms": ["x86_64-linux", "aarch64-linux"]
     },
-    "go": "1.24.11"
+    "go": "1.24.13"
   },
   "env": {
     "PLAYWRIGHT_BROWSERS_PATH": "0",
diff --git a/packages/kn-plugin-workflow/README.md 
b/packages/kn-plugin-workflow/README.md
index 58b84adffb0..9d6b9cc2842 100644
--- a/packages/kn-plugin-workflow/README.md
+++ b/packages/kn-plugin-workflow/README.md
@@ -29,7 +29,7 @@ All the commands in this section should be performed in the 
monorepo root.
 
 - Node `>= 22.14.0` _(To install, follow these instructions: 
https://nodejs.org/en/download/package-manager/)_
 - pnpm `9.3.0` _(To install, follow these instructions: 
https://pnpm.io/installation)_
-- Go `1.24.11` _(To install, follow these instructions: 
https://go.dev/doc/install)_
+- Go `1.24.13` _(To install, follow these instructions: 
https://go.dev/doc/install)_
 
 #### Prerequisites for running end-to-end tests
 
diff --git a/repo/build-dependencies-versions.json 
b/repo/build-dependencies-versions.json
index c5ce15ef71d..5acc77c5465 100644
--- a/repo/build-dependencies-versions.json
+++ b/repo/build-dependencies-versions.json
@@ -1,5 +1,5 @@
 {
-  "go": "1.24.11",
+  "go": "1.24.13",
   "java": "17",
   "maven": "3.9.11",
   "node": "22.14.0",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to