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 384f3036 authored by Patrick Bajao's avatar Patrick Bajao
Browse files

Merge branch 'ashmckenzie/golang-1-15' into 'main'

Add go:1.15 CI job

See merge request gitlab-org/gitlab-shell!439
parents c0dee900 6d04e6e7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -60,9 +60,16 @@ go:1.14:
- make coverage
coverage: '/\d+.\d+%/'
go:1.15:
extends: .test
image: golang:1.15
after_script:
- make coverage
coverage: '/\d+.\d+%/'
race:
extends: .test
image: golang:1.14
image: golang:1.15
script:
- make test_golang_race
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