From 28fa1d65b5ee5472a47a76586343b0116a5e24e9 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 5 Dec 2021 17:47:03 -0500 Subject: [PATCH] update xgo to use 1.17 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6a69921c4220e..f5667b3cb5a13 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