From 159c2ffb0e95a9fc9a75952f15e45f764f00fb84 Mon Sep 17 00:00:00 2001 From: Mura Li Date: Wed, 24 Oct 2018 00:08:05 +0800 Subject: [PATCH] Update outdated Go toolchain version for .drone.yml (#5146) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 682797105e..883c266dad 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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