Commit 5856ca09 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)

Merge branch 'zj-go-1.9' into 'master'

Add go 1.9 as test target

See merge request gitlab-org/gitlab-workhorse!213
parents b3b26752 c0585c14
image: golang:1.8
.test_template: &test_definition
script:
- apt update -qq && apt install -y unzip bzip2
......@@ -6,7 +8,10 @@
test using go 1.8:
<<: *test_definition
image: golang:1.8
test using go 1.9:
image: golang:1.9
<<: *test_definition
test:release:
only:
......
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