Commit 12ca54c2 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'go-1-12' into 'master'

Only build against go1.11 and go1.12

See merge request gitlab-org/gitlab-shell!304
parents 48142b98 c379d729
......@@ -85,17 +85,13 @@ rspec:ruby2.1:
# reduce
- bundle exec rspec --color --format d spec
go:1.9:
<<: *go_definition
image: golang:1.9
go:1.10:
go:1.11:
<<: *go_definition
image: golang:1.10
image: golang:1.11
go:1.11:
go:1.12:
<<: *go_definition
image: golang:1.10
image: golang:1.12
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