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 e4def3dca62 NO_ISSUE: bump golang to 1.24.11 (#3398)
e4def3dca62 is described below
commit e4def3dca62cf1dcea681ea1d58567a647c686ca
Author: Dmitrii Tikhomirov <[email protected]>
AuthorDate: Fri Jan 23 06:00:43 2026 -0800
NO_ISSUE: bump golang to 1.24.11 (#3398)
Signed-off-by: Dmitrii Tikhomirov <[email protected]>
---
.ci/incubator-kie-tools-ci-build.Dockerfile | 4 ++--
.github/actions/setup-env/action.yml | 4 ++--
README.md | 2 +-
devbox.json | 4 ++--
devbox.lock | 24 ++++++++++++------------
packages/kn-plugin-workflow/README.md | 2 +-
repo/build-dependencies-versions.json | 2 +-
7 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/.ci/incubator-kie-tools-ci-build.Dockerfile
b/.ci/incubator-kie-tools-ci-build.Dockerfile
index e2008b57042..e12c4c7b0fa 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.10.linux-amd64.tar.gz -P /tmp && \
- sudo tar xzf /tmp/go1.24.10.linux-amd64.tar.gz -C /opt && rm
/tmp/go1.24.10.linux-amd64.tar.gz && \
+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 && \
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 22039fb3835..3b60c5e6859 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.10"
+ - name: "Set up GOLANG 1.24.11"
uses: actions/setup-go@v5
with:
- go-version: "1.24.10"
+ go-version: "1.24.11"
- name: "Set up Maven"
uses: stCarolas/setup-maven@v5
diff --git a/README.md b/README.md
index 35e061c2c36..f4386429c08 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.10` _(To install, follow these instructions:
https://go.dev/doc/install)_
+- Go `1.24.11` _(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 0c0b8070984..bb05915fef5 100644
--- a/devbox.json
+++ b/devbox.json
@@ -6,13 +6,13 @@
"maven": "3.9.11",
"kubernetes-helm": "3.13.3",
"gnumake": "4.4.1",
- "go": "1.24.10",
"python": "3.12.2",
"libxml2": "2.13.3",
"glibcLocales": {
"version": "2.40-66",
"platforms": ["x86_64-linux", "aarch64-linux"]
- }
+ },
+ "go": "1.24.11"
},
"env": {
"PLAYWRIGHT_BROWSERS_PATH": "0",
diff --git a/devbox.lock b/devbox.lock
index 668411382bf..8b053f30d70 100644
--- a/devbox.lock
+++ b/devbox.lock
@@ -53,51 +53,51 @@
}
}
},
- "[email protected]": {
- "last_modified": "2025-11-07T02:32:13Z",
- "resolved":
"github:NixOS/nixpkgs/e1ebeec86b771e9d387dd02d82ffdc77ac753abc#go_1_24",
+ "[email protected]": {
+ "last_modified": "2025-12-31T03:27:36Z",
+ "resolved":
"github:NixOS/nixpkgs/f665af0cdb70ed27e1bd8f9fdfecaf451260fc55#go_1_24",
"source": "devbox-search",
- "version": "1.24.10",
+ "version": "1.24.11",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
- "path": "/nix/store/9bng1qkv8kyd7k105lah4jiwlk6d2v48-go-1.24.10",
+ "path": "/nix/store/578hklrqp7m9qcyckdfiqn3h4jjzcfhp-go-1.24.11",
"default": true
}
],
- "store_path":
"/nix/store/9bng1qkv8kyd7k105lah4jiwlk6d2v48-go-1.24.10"
+ "store_path":
"/nix/store/578hklrqp7m9qcyckdfiqn3h4jjzcfhp-go-1.24.11"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
- "path": "/nix/store/6z49j33sph9iqgznfnzpb3yls8rpgk5n-go-1.24.10",
+ "path": "/nix/store/fjlsdkrkl0nhy8g8ik8g0qzzmb47jdif-go-1.24.11",
"default": true
}
],
- "store_path":
"/nix/store/6z49j33sph9iqgznfnzpb3yls8rpgk5n-go-1.24.10"
+ "store_path":
"/nix/store/fjlsdkrkl0nhy8g8ik8g0qzzmb47jdif-go-1.24.11"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
- "path": "/nix/store/izq0x3yw49kf7g7rkdv71ip6kk21m45j-go-1.24.10",
+ "path": "/nix/store/y43mjk58zc9nqin7ynmmbf38vhrfrzcy-go-1.24.11",
"default": true
}
],
- "store_path":
"/nix/store/izq0x3yw49kf7g7rkdv71ip6kk21m45j-go-1.24.10"
+ "store_path":
"/nix/store/y43mjk58zc9nqin7ynmmbf38vhrfrzcy-go-1.24.11"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
- "path": "/nix/store/qrlw8yr9jiga7g18xp0snss6qga1a06y-go-1.24.10",
+ "path": "/nix/store/136f119dyim8an9n369k7k47bbkp4am1-go-1.24.11",
"default": true
}
],
- "store_path":
"/nix/store/qrlw8yr9jiga7g18xp0snss6qga1a06y-go-1.24.10"
+ "store_path":
"/nix/store/136f119dyim8an9n369k7k47bbkp4am1-go-1.24.11"
}
}
},
diff --git a/packages/kn-plugin-workflow/README.md
b/packages/kn-plugin-workflow/README.md
index 2594258fb2c..58b84adffb0 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.10` _(To install, follow these instructions:
https://go.dev/doc/install)_
+- Go `1.24.11` _(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 b494b18dead..c5ce15ef71d 100644
--- a/repo/build-dependencies-versions.json
+++ b/repo/build-dependencies-versions.json
@@ -1,5 +1,5 @@
{
- "go": "1.24.10",
+ "go": "1.24.11",
"java": "17",
"maven": "3.9.11",
"node": "22.14.0",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]