From 0bc635c221dd4cfcc34675c9f5a4007e41bf40af Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 18 Aug 2023 19:15:41 +0200 Subject: [PATCH] Bump xgo to go-1.21.x and node to 20 in release-version --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5d4e13038ba34..d05a96ce64979 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,11 +41,10 @@ steps: path: /go - name: static - image: techknowlogick/xgo:go-1.20.x + image: techknowlogick/xgo:go-1.21.x pull: always commands: - # Upgrade to node 20 once https://github.com/techknowlogick/xgo/issues/163 is resolved - - curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get -qqy install nodejs + - curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get -qqy install nodejs - export PATH=$PATH:$GOPATH/bin - make release environment: