test xenial
This commit is contained in:
parent
a71587182f
commit
a7a99c53c6
|
@ -1,5 +1,4 @@
|
||||||
language: go
|
language: go
|
||||||
dist: focal
|
|
||||||
os: linux
|
os: linux
|
||||||
go_import_path: github.com/ethereum/go-ethereum
|
go_import_path: github.com/ethereum/go-ethereum
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -7,8 +6,9 @@ jobs:
|
||||||
- stage: build
|
- stage: build
|
||||||
if: type = push
|
if: type = push
|
||||||
os: linux
|
os: linux
|
||||||
go: 1.21.1
|
go: 1.22.1
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
dist: xenial
|
||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
submodules: false # avoid cloning ethereum/tests
|
||||||
script:
|
script:
|
||||||
|
@ -20,7 +20,7 @@ jobs:
|
||||||
os: linux
|
os: linux
|
||||||
go: 1.21.1
|
go: 1.21.1
|
||||||
arch: arm64
|
arch: arm64
|
||||||
dist: focal
|
dist: xenial
|
||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
submodules: false # avoid cloning ethereum/tests
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue