diff options
author | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-08-29 10:01:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-29 10:01:58 -0400 |
commit | fcea86877fc56b581c8852eabf7f0c0d3c9198a9 (patch) | |
tree | 33a9b3efd4d58a3f0bdd1dc76f33308539f85f8e /.drone.yml | |
parent | a938ddf7048902a501d3da82fe83285899394a32 (diff) | |
download | gitea-fcea86877fc56b581c8852eabf7f0c0d3c9198a9.tar.gz gitea-fcea86877fc56b581c8852eabf7f0c0d3c9198a9.zip |
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.
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 8986bbf76c..e4ade4fc1c 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 |