language: go go: - "1.11" env: - GO111MODULE=on script: - make test - make build.docker