Skip to content

Commit bfb5b43

Browse files
authored
Bump xgo to go-1.21.x and node to 20 in release-version (#26589)
Now that techknowlogick/xgo#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.
1 parent e5b3f53 commit bfb5b43

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.drone.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ steps:
4141
path: /go
4242

4343
- name: static
44-
image: techknowlogick/xgo:go-1.20.x
44+
image: techknowlogick/xgo:go-1.21.x
4545
pull: always
4646
commands:
47-
# Upgrade to node 20 once https://github.com/techknowlogick/xgo/issues/163 is resolved
48-
- curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get -qqy install nodejs
47+
- curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get -qqy install nodejs
4948
- export PATH=$PATH:$GOPATH/bin
5049
- make release
5150
environment:

0 commit comments

Comments
 (0)