Skip to content

Commit

Permalink
update image used for build-without-gcc step (#4818)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
techknowlogick authored Aug 29, 2018
1 parent a938ddf commit fcea868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fcea868

Please sign in to comment.