Skip to content
Snippets Groups Projects
Commit 69d9f835 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Test against golang 1.8

parent 84e12711
No related branches found
No related tags found
1 merge request!14Test against golang 1.8
Pipeline #
image: golang:1.5
# Put the go sources in GOPATH
# This is required to make the vendor working
before_script:
Loading
Loading
@@ -23,3 +21,9 @@ test:1.7:
script:
- make verify
- make acceptance
test:1.8:
image: golang:1.8
script:
- make verify
- make acceptance
\ No newline at end of file
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