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

thiagoelg 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 7bf6aa04b9c NO-ISSUE: Upgrade Go version from 1.26.1 to 1.26.3 (#3621)
7bf6aa04b9c is described below

commit 7bf6aa04b9cc18195bac10a0b26b0fd23d74d0db
Author: athirakm94 <[email protected]>
AuthorDate: Mon Jun 8 20:45:21 2026 +0530

    NO-ISSUE: Upgrade Go version from 1.26.1 to 1.26.3 (#3621)
---
 .ci/incubator-kie-tools-ci-build.Dockerfile |  4 ++--
 .github/actions/setup-env/action.yml        |  4 ++--
 README.md                                   |  2 +-
 devbox.json                                 |  2 +-
 devbox.lock                                 | 24 ++++++++++++------------
 repo/build-dependencies-versions.json       |  2 +-
 6 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/.ci/incubator-kie-tools-ci-build.Dockerfile 
b/.ci/incubator-kie-tools-ci-build.Dockerfile
index f3355b6b4d5..450e4a0d72f 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.26.1.linux-amd64.tar.gz -P /tmp && \
-    sudo tar xzf /tmp/go1.26.1.linux-amd64.tar.gz -C /opt && rm 
/tmp/go1.26.1.linux-amd64.tar.gz && \
+RUN wget https://go.dev/dl/go1.26.3.linux-amd64.tar.gz -P /tmp && \
+    sudo tar xzf /tmp/go1.26.3.linux-amd64.tar.gz -C /opt && rm 
/tmp/go1.26.3.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 8e347ca49f4..9ca5ccae56a 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.26.1"
+    - name: "Set up GOLANG 1.26.3"
       uses: actions/setup-go@v5
       with:
-        go-version: "1.26.1"
+        go-version: "1.26.3"
 
     - name: "Set up Maven"
       uses: stCarolas/setup-maven@v5
diff --git a/README.md b/README.md
index abaee3d5f0c..5673bb85be5 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 `10.29.2` _(To install, follow these instructions: 
https://pnpm.io/installation#using-npm)_
 - Maven `3.9.11`
 - Java `17`
-- Go `1.26.1` _(To install, follow these instructions: 
https://go.dev/doc/install)_
+- Go `1.26.3` _(To install, follow these instructions: 
https://go.dev/doc/install)_
 - Helm `3.13.3` _(To install, follow these instructions: 
https://helm.sh/docs/intro/install/)_
 - Make
 - bash `5.x` _(On Linux or Nix you should be fine. On macOS, follow these 
instructions to use zsh: https://support.apple.com/102360)_
diff --git a/devbox.json b/devbox.json
index 320513954ec..ce862a69ab4 100644
--- a/devbox.json
+++ b/devbox.json
@@ -10,7 +10,7 @@
       "version": "2.40-66",
       "platforms": ["x86_64-linux", "aarch64-linux"]
     },
-    "go": "1.26.1"
+    "go": "1.26.3"
   },
   "env": {
     "PLAYWRIGHT_BROWSERS_PATH": "0",
diff --git a/devbox.lock b/devbox.lock
index 2e93cd187b5..080ac1c74f9 100644
--- a/devbox.lock
+++ b/devbox.lock
@@ -53,51 +53,51 @@
         }
       }
     },
-    "[email protected]": {
-      "last_modified": "2026-03-10T02:35:18Z",
-      "resolved": 
"github:NixOS/nixpkgs/e607cb5360ff1234862ac9f8839522becb853bb9#go_1_26",
+    "[email protected]": {
+      "last_modified": "2026-05-21T08:15:18Z",
+      "resolved": 
"github:NixOS/nixpkgs/4a29d733e8a7d5b824c3d8c958a946a9867b3eb2#go",
       "source": "devbox-search",
-      "version": "1.26.1",
+      "version": "1.26.3",
       "systems": {
         "aarch64-darwin": {
           "outputs": [
             {
               "name": "out",
-              "path": "/nix/store/jywi4m1c3l499kb43rykvvl52vds5nsv-go-1.26.1",
+              "path": "/nix/store/7ycp8j45iay38g9mjaxmy4jhwdsrb47y-go-1.26.3",
               "default": true
             }
           ],
-          "store_path": "/nix/store/jywi4m1c3l499kb43rykvvl52vds5nsv-go-1.26.1"
+          "store_path": "/nix/store/7ycp8j45iay38g9mjaxmy4jhwdsrb47y-go-1.26.3"
         },
         "aarch64-linux": {
           "outputs": [
             {
               "name": "out",
-              "path": "/nix/store/cb97739g243gdznzhbv712mxwi99mbdv-go-1.26.1",
+              "path": "/nix/store/jkcwcbwvhgzmxg59798z4clmj4bfv42i-go-1.26.3",
               "default": true
             }
           ],
-          "store_path": "/nix/store/cb97739g243gdznzhbv712mxwi99mbdv-go-1.26.1"
+          "store_path": "/nix/store/jkcwcbwvhgzmxg59798z4clmj4bfv42i-go-1.26.3"
         },
         "x86_64-darwin": {
           "outputs": [
             {
               "name": "out",
-              "path": "/nix/store/i5acnqwv68r2hcbzwiysklgr1q7qw4gw-go-1.26.1",
+              "path": "/nix/store/3f2jzvxmhhlarjqxy1p7i9r5l34siz29-go-1.26.3",
               "default": true
             }
           ],
-          "store_path": "/nix/store/i5acnqwv68r2hcbzwiysklgr1q7qw4gw-go-1.26.1"
+          "store_path": "/nix/store/3f2jzvxmhhlarjqxy1p7i9r5l34siz29-go-1.26.3"
         },
         "x86_64-linux": {
           "outputs": [
             {
               "name": "out",
-              "path": "/nix/store/bnv5q7irdqhp63620r8svjm2acfg9swl-go-1.26.1",
+              "path": "/nix/store/33fw5m31lfcnk4ff2f0df7j2bxnh8lgk-go-1.26.3",
               "default": true
             }
           ],
-          "store_path": "/nix/store/bnv5q7irdqhp63620r8svjm2acfg9swl-go-1.26.1"
+          "store_path": "/nix/store/33fw5m31lfcnk4ff2f0df7j2bxnh8lgk-go-1.26.3"
         }
       }
     },
diff --git a/repo/build-dependencies-versions.json 
b/repo/build-dependencies-versions.json
index 7aebba3836f..5702b860f56 100644
--- a/repo/build-dependencies-versions.json
+++ b/repo/build-dependencies-versions.json
@@ -1,5 +1,5 @@
 {
-  "go": "1.26.1",
+  "go": "1.26.3",
   "java": "17",
   "maven": "3.9.11",
   "node": "24.13.0",


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

Reply via email to