language: go before_install: - true install: - dpkg -l 'go*' || true - which go || true - locate go || true script: - true