Bump xgo to go-1.21.x and node to 20 in release-version (#26589)
Now that https://github.com/techknowlogick/xgo/issues/163 is resolved, we can bump these. It seems there is no way to dry-run this, so we may only notice issues next release, but I don't expect any.
This commit is contained in:
parent
e5b3f53d36
commit
bfb5b43b04
1 changed files with 2 additions and 3 deletions
|
@ -41,11 +41,10 @@ steps:
|
||||||
path: /go
|
path: /go
|
||||||
|
|
||||||
- name: static
|
- name: static
|
||||||
image: techknowlogick/xgo:go-1.20.x
|
image: techknowlogick/xgo:go-1.21.x
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
# Upgrade to node 20 once https://github.com/techknowlogick/xgo/issues/163 is resolved
|
- curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get -qqy install nodejs
|
||||||
- curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get -qqy install nodejs
|
|
||||||
- export PATH=$PATH:$GOPATH/bin
|
- export PATH=$PATH:$GOPATH/bin
|
||||||
- make release
|
- make release
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue