mirror of
https://github.com/go-gitea/gitea
synced 2025-07-31 22:58:35 +00:00
Update source installation requirements (#3124)
* Update source installation requirements We require Golang 1.8 since we use `net/url.PathEscape` which was not introduced until then * Use Golang 1.8 for build and test If we state Golang 1.8 we should test using that version as well * Use golang 1.8 only for single build to see if everything compiles * Change back edge also for commented out sqlite test
This commit is contained in:
committed by
GitHub
parent
095fb9f2e3
commit
e722bdbb03
@@ -56,7 +56,7 @@ pipeline:
|
||||
event: [ push, tag, pull_request ]
|
||||
|
||||
build-without-gcc:
|
||||
image: webhippie/golang:edge
|
||||
image: webhippie/golang:1.8
|
||||
pull: true
|
||||
environment:
|
||||
GOPATH: /srv/app
|
||||
|
Reference in New Issue
Block a user