test 1.21

This commit is contained in:
Martin Holst Swende 2024-09-30 08:04:39 +02:00
parent 154fb19c7c
commit 108465363e
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
1 changed files with 8 additions and 18 deletions

View File

@ -2,23 +2,25 @@ language: go
go_import_path: github.com/ethereum/go-ethereum go_import_path: github.com/ethereum/go-ethereum
jobs: jobs:
include: include:
- stage: build - stage: build
if: type = push if: type = push
os: linux os: linux
arch: amd64 arch: arm64
dist: focal dist: focal
go: 1.23.x go: 1.21.13
git: git:
submodules: false # avoid cloning ethereum/tests submodules: false # avoid cloning ethereum/tests
script: script:
- ls -la /Users/travis/gopath/bin/
- go version - go version
- stage: build - stage: build
if: type = push if: type = push
os: linux os: linux
arch: arm64 arch: arm64
dist: bionic dist: focal
go: 1.23.x go: 1.21.x
git: git:
submodules: false # avoid cloning ethereum/tests submodules: false # avoid cloning ethereum/tests
script: script:
@ -30,7 +32,7 @@ jobs:
os: linux os: linux
arch: arm64 arch: arm64
dist: bionic dist: bionic
go: 1.23.1 go: 1.21.13
git: git:
submodules: false # avoid cloning ethereum/tests submodules: false # avoid cloning ethereum/tests
script: script:
@ -42,19 +44,7 @@ jobs:
os: linux os: linux
arch: arm64 arch: arm64
dist: bionic dist: bionic
go: 1.22.7 go: 1.21.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: bionic
go: 1.22.x
git: git:
submodules: false # avoid cloning ethereum/tests submodules: false # avoid cloning ethereum/tests
script: script: