diff options
author | Mura Li <typeless@users.noreply.github.com> | 2018-10-24 00:08:05 +0800 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-10-23 12:08:05 -0400 |
commit | 159c2ffb0e95a9fc9a75952f15e45f764f00fb84 (patch) | |
tree | b5e14876e087fc355b47f52088f1872c85b52bfb /.drone.yml | |
parent | 25c49cf930cb0add769c5596a7317ada1c5f9da7 (diff) | |
download | gitea-159c2ffb0e95a9fc9a75952f15e45f764f00fb84.tar.gz gitea-159c2ffb0e95a9fc9a75952f15e45f764f00fb84.zip |
Update outdated Go toolchain version for .drone.yml (#5146)
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 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 |