diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-12-05 19:48:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-05 19:48:38 -0500 |
commit | 6255ff8c6b5ffcfd5e0fb48aa66ef5599aa4d173 (patch) | |
tree | 62f589cd57d30b4769db8e88e9b90d3990447588 | |
parent | 6c34f6b9542b4b6773226de712d061ca633de18d (diff) | |
download | gitea-6255ff8c6b5ffcfd5e0fb48aa66ef5599aa4d173.tar.gz gitea-6255ff8c6b5ffcfd5e0fb48aa66ef5599aa4d173.zip |
update xgo to use 1.17 (#17915)
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 6a69921c42..f5667b3cb5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -537,7 +537,7 @@ steps: - name: static pull: always - image: techknowlogick/xgo:go-1.16.x + image: techknowlogick/xgo:go-1.17.x commands: - curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs - export PATH=$PATH:$GOPATH/bin @@ -633,7 +633,7 @@ steps: - name: static pull: always - image: techknowlogick/xgo:go-1.16.x + image: techknowlogick/xgo:go-1.17.x commands: - curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs - export PATH=$PATH:$GOPATH/bin |