Skip to content

Commit

Permalink
kie-kogito-serverless-operator-360: Nightly deploy job fails
Browse files Browse the repository at this point in the history
Failures are caused by missing golang upgrade on CI environment
  • Loading branch information
domhanak committed Jan 23, 2024
1 parent d66f903 commit 55ac425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache-nodes/Dockerfile.kogito-ci-build
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 55ac425

Please sign in to comment.