From 108465363ec42e9ed965ad094a169212fb950b1a Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Mon, 30 Sep 2024 08:04:39 +0200 Subject: [PATCH] test 1.21 --- .travis.yml | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad08c436d4..6b1c2a0b41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,23 +2,25 @@ language: go go_import_path: github.com/ethereum/go-ethereum jobs: include: + - stage: build if: type = push os: linux - arch: amd64 + arch: arm64 dist: focal - go: 1.23.x + go: 1.21.13 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: bionic - go: 1.23.x + dist: focal + go: 1.21.x git: submodules: false # avoid cloning ethereum/tests script: @@ -30,7 +32,7 @@ jobs: os: linux arch: arm64 dist: bionic - go: 1.23.1 + go: 1.21.13 git: submodules: false # avoid cloning ethereum/tests script: @@ -42,19 +44,7 @@ jobs: os: linux arch: arm64 dist: bionic - 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: bionic - go: 1.22.x + go: 1.21.x git: submodules: false # avoid cloning ethereum/tests script: