As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit 12ca54c2 authored by Nick Thomas's avatar Nick Thomas
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment