]> source.dussan.org Git - gitea.git/commitdiff
Update outdated Go toolchain version for .drone.yml (#5146)
authorMura Li <typeless@users.noreply.github.com>
Tue, 23 Oct 2018 16:08:05 +0000 (00:08 +0800)
committertechknowlogick <hello@techknowlogick.com>
Tue, 23 Oct 2018 16:08:05 +0000 (12:08 -0400)
.drone.yml

index 682797105eacfd01d6bf7a543fdcd0a40e67b7a9..883c266dadfcf40a27680b313c47488d0d71b75b 100644 (file)
@@ -56,7 +56,7 @@ pipeline:
       event: [ push, tag, pull_request ]
 
   build-without-gcc:
-    image: golang:1.9
+    image: golang:1.11
     pull: true
     commands:
       - go build -o gitea_no_gcc # test if build succeeds without the sqlite tag