language: go sudo: false go: - 1.12.x env: - GO111MODULE=on before_install: - make update-deps install: - make