language: go go: - "1.11.x" - "1.12.x" - "1.13.x" - "1.14.x" - "tip" env: - GO111MODULE=on script: - make profile_tests