This is an automated email from the ASF dual-hosted git repository.
ricardozanini pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new e633caab kie-kogito-serverless-operator-360: Nightly deploy job fails
(#1161)
e633caab is described below
commit e633caab3840ffdbabe6f5d6befcaa10bd9983cd
Author: Dominik HanĂ¡k <[email protected]>
AuthorDate: Tue Jan 23 13:00:56 2024 +0100
kie-kogito-serverless-operator-360: Nightly deploy job fails (#1161)
Failures are caused by missing golang upgrade on CI environment
---
apache-nodes/Dockerfile.kogito-ci-build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apache-nodes/Dockerfile.kogito-ci-build
b/apache-nodes/Dockerfile.kogito-ci-build
index 6c4f59c6..c0d2165c 100644
--- a/apache-nodes/Dockerfile.kogito-ci-build
+++ b/apache-nodes/Dockerfile.kogito-ci-build
@@ -93,7 +93,7 @@ RUN curl -o-
https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | b
sudo update-alternatives --install /usr/local/bin/node node $(which node) 1
&& \
sudo update-alternatives --install /usr/local/bin/npm npm $(which npm) 1
-RUN wget https://go.dev/dl/go1.19.10.linux-amd64.tar.gz -P /tmp && \
+RUN wget https://go.dev/dl/go1.21.6.linux-amd64.tar.gz -P /tmp && \
sudo mkdir /opt/golang && \
sudo tar -C /opt/golang -xzf /tmp/go*.tar.gz && \
sudo chown -R nonrootuser:nonrootuser /opt/golang/go && \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]