Commit 2c3b5f53 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'go-ci-version' into 'master'

Run go tests in CI with Go 1.9 and 1.10

See merge request gitlab-org/gitlab-shell!208
parents 71b7eac2 9a21ee91
......@@ -53,9 +53,13 @@ rspec:ruby2.1:
- support/go-test
- support/go-format check
go:1.8:
go:1.9:
<<: *go_definition
image: golang:1.8
image: golang:1.9
go:1.10:
<<: *go_definition
image: golang:1.10
codequality:
image: docker:stable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment