aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 5d4e13038b..d05a96ce64 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: