File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ steps:
503503 pull : always
504504 image : techknowlogick/xgo:go-1.16.x
505505 commands :
506- - curl -sL https://deb.nodesource.com/setup_14 .x | bash - && apt-get install -y nodejs
506+ - curl -sL https://deb.nodesource.com/setup_16 .x | bash - && apt-get install -y nodejs
507507 - export PATH=$PATH:$GOPATH/bin
508508 - make release
509509 environment :
@@ -599,7 +599,7 @@ steps:
599599 pull : always
600600 image : techknowlogick/xgo:go-1.16.x
601601 commands :
602- - curl -sL https://deb.nodesource.com/setup_14 .x | bash - && apt-get install -y nodejs
602+ - curl -sL https://deb.nodesource.com/setup_16 .x | bash - && apt-get install -y nodejs
603603 - export PATH=$PATH:$GOPATH/bin
604604 - make release
605605 environment :
You can’t perform that action at this time.
0 commit comments