Browse Source
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.
master
techknowlogick
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.drone.yml
|
@@ -56,7 +56,7 @@ pipeline: |
|
|
event: [ push, tag, pull_request ] |
|
|
event: [ push, tag, pull_request ] |
|
|
|
|
|
|
|
|
build-without-gcc: |
|
|
build-without-gcc: |
|
|
image: golang:1.8 |
|
|
|
|
|
|
|
|
image: golang:1.9 |
|
|
pull: true |
|
|
pull: true |
|
|
commands: |
|
|
commands: |
|
|
- go build -o gitea_no_gcc # test if build succeeds without the sqlite tag |
|
|
- go build -o gitea_no_gcc # test if build succeeds without the sqlite tag |
|
|