From fcea86877fc56b581c8852eabf7f0c0d3c9198a9 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 29 Aug 2018 10:01:58 -0400 Subject: [PATCH] update image used for build-without-gcc step (#4818) As we've dropped support for go 1.8 (see 1.5.0 release post), now we need to ensure that a minimum of go 1.9 builds correctly. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8986bbf76..e4ade4fc1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,7 +56,7 @@ pipeline: event: [ push, tag, pull_request ] build-without-gcc: - image: golang:1.8 + image: golang:1.9 pull: true commands: - go build -o gitea_no_gcc # test if build succeeds without the sqlite tag