language: go go_import_path: github.com/ethereum/go-ethereum jobs: include: - stage: build if: type = push os: linux arch: amd64 dist: focal go: 1.23.x git: submodules: false # avoid cloning ethereum/tests script: - go version - stage: build if: type = push os: linux arch: arm64 dist: jammy go: 1.23.x git: submodules: false # avoid cloning ethereum/tests script: - ls -la /Users/travis/gopath/bin/ - go version - stage: build if: type = push os: linux arch: arm64 dist: jammy go: 1.23.1 git: submodules: false # avoid cloning ethereum/tests script: - ls -la /Users/travis/gopath/bin/ - go version - stage: build if: type = push os: linux arch: arm64 dist: jammy go: 1.22.7 git: submodules: false # avoid cloning ethereum/tests script: - ls -la /Users/travis/gopath/bin/ - go version - stage: build if: type = push os: linux arch: arm64 dist: jammy go: 1.22.x git: submodules: false # avoid cloning ethereum/tests script: - ls -la /Users/travis/gopath/bin/ - go version