Commit fd81eeb2 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge branch 'fix-go-versions' into 'master'

Test against go1.12

Closes #217

See merge request gitlab-org/gitlab-workhorse!390
parents 906c9e7f f1c222cb
...@@ -24,6 +24,10 @@ test using go 1.10: ...@@ -24,6 +24,10 @@ test using go 1.10:
test using go 1.11: test using go 1.11:
<<: *test_definition <<: *test_definition
test using go 1.12:
image: golang:1.12
<<: *test_definition
test:release: test:release:
only: only:
- tags - tags
......
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