sudo: false language: go env: - GO111MODULE=on go: - "1.11" - "1.12" - "1.13" - "1.14" branches: only: - master script: make updatedeps test testrace