language: go go: - 1.16 - 1.17 before_install: install: - go mod download script: - tools/build env: - VERBOSE=1 TESTING=1