From af4792cc9a88370b9f6bb942b8ad09ef0fd60597 Mon Sep 17 00:00:00 2001 From: silverwind Date: Wed, 13 Jul 2022 20:22:07 +0200 Subject: [PATCH] Unbreak release pipeline Downgrade release pipeline to node 16 until xgo updates its base OS to a version with a compatible glibc. --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8f06877fbaf88..3c1cf2a02f518 100644 --- a/.drone.yml +++ b/.drone.yml @@ -652,7 +652,8 @@ steps: image: techknowlogick/xgo:go-1.18.x pull: always commands: - - curl -sL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs + # Upgrade to node 18 once https://github.com/techknowlogick/xgo/issues/163 is resolved + - curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs - export PATH=$PATH:$GOPATH/bin - make release environment: @@ -771,7 +772,8 @@ steps: image: techknowlogick/xgo:go-1.18.x pull: always commands: - - curl -sL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs + # Upgrade to node 18 once https://github.com/techknowlogick/xgo/issues/163 is resolved + - curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs - export PATH=$PATH:$GOPATH/bin - make release environment: