We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a938ddf commit fcea868Copy full SHA for fcea868
.drone.yml
@@ -56,7 +56,7 @@ pipeline:
56
event: [ push, tag, pull_request ]
57
58
build-without-gcc:
59
- image: golang:1.8
+ image: golang:1.9
60
pull: true
61
commands:
62
- go build -o gitea_no_gcc # test if build succeeds without the sqlite tag
0 commit comments