Commit dab6d413 authored by Andrew Newdigate's avatar Andrew Newdigate

Remove Go 1.8 support

parent 70b9e1f1
image: golang:1.8 image: golang:1.9
verify: verify:
image: golang:1.10 image: golang:1.10
...@@ -18,9 +18,6 @@ verify: ...@@ -18,9 +18,6 @@ verify:
- go version - go version
- make test - make test
test using go 1.8:
<<: *test_definition
test using go 1.9: test using go 1.9:
image: golang:1.9 image: golang:1.9
<<: *test_definition <<: *test_definition
......
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