Skip to content

Commit

Permalink
Bump xgo to go-1.21.x and node to 20 in release-version (#26589)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
silverwind committed Aug 18, 2023
1 parent e5b3f53 commit bfb5b43
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bfb5b43

Please sign in to comment.