sudo: false
language: go

go:
    - 1.14.x
    - 1.15.x

install:
    - make

script:
    - make alltest