Update ci go 1 7
Merge request reports
Activity
assigned to @nick.thomas
I believe we're still compiling this with go1.5 in production, so we should instead follow the workhorse example and run the tests against multiple golang versions in parallel.
@nick.thomas As you probably know, 1.5 is not supported anymore.
Anyway, the build for 1.5 fails too, here and on master: https://gitlab.com/gitlab-org/gitlab-pages/builds/8280831
"Supported by upstream" is different to "used by us". If it fails to build on 1.5, then our pipeline is broken.
I agree that we need to upgrade the version of go that we use. An upgrade to go1.7 was tried in the last release and broke some configurations, so it was rolled back. We'll get there :) but in the meantime we need to be testing against go1.5.
Looks like one of our dependencies has updated itself and broken our build. That definitely needs fixing, but is a separate issue. I'll get on it.
Edited by Nick Thomasmentioned in merge request !10 (merged)
Closed in favour of !10 (merged)