]> source.dussan.org Git - gitea.git/commitdiff
update xgo to use 1.17 (#17915)
authortechknowlogick <techknowlogick@gitea.io>
Mon, 6 Dec 2021 00:48:38 +0000 (19:48 -0500)
committerGitHub <noreply@github.com>
Mon, 6 Dec 2021 00:48:38 +0000 (19:48 -0500)
.drone.yml

index 6a69921c4220ee280ba55d80cec8254d71768400..f5667b3cb5a132854cb01029fda1e4a9974b1272 100644 (file)
@@ -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