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:
503
503
pull : always
504
504
image : techknowlogick/xgo:go-1.16.x
505
505
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
507
507
- export PATH=$PATH:$GOPATH/bin
508
508
- make release
509
509
environment :
@@ -599,7 +599,7 @@ steps:
599
599
pull : always
600
600
image : techknowlogick/xgo:go-1.16.x
601
601
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
603
603
- export PATH=$PATH:$GOPATH/bin
604
604
- make release
605
605
environment :
You can’t perform that action at this time.
0 commit comments