diff options
author | silverwind <me@silverwind.io> | 2023-08-18 20:32:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-18 14:32:14 -0400 |
commit | bfb5b43b0445a6b60f305a3f5e3728e49653873d (patch) | |
tree | 8d2037e67438fe0922795e48d1fec442314070ee /.drone.yml | |
parent | e5b3f53d36b69ce73cf2870cddd13cd15a799424 (diff) | |
download | gitea-bfb5b43b0445a6b60f305a3f5e3728e49653873d.tar.gz gitea-bfb5b43b0445a6b60f305a3f5e3728e49653873d.zip |
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.
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index 5d4e13038b..d05a96ce64 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: |