Commit f2c6a725 authored by Patrick Bajao's avatar Patrick Bajao

Merge branch 'run-against-go-1-15' into 'master'

Run CI against Go 1.15 NO CHANGELOG

See merge request gitlab-org/gitlab-workhorse!674
parents e5015047 f0c71e77
......@@ -49,6 +49,10 @@ test using go 1.14:
extends: .test
image: golang:1.14
test using go 1.15:
extends: .test
image: golang:1.15
test:release:
rules:
- if: '$CI_COMMIT_TAG'
......
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