test jammy
This commit is contained in:
parent
76726c982e
commit
d5c4967739
22
.travis.yml
22
.travis.yml
@ -17,7 +17,7 @@ jobs:
|
|||||||
if: type = push
|
if: type = push
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
dist: focal
|
dist: jammy
|
||||||
go: 1.23.x
|
go: 1.23.x
|
||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
submodules: false # avoid cloning ethereum/tests
|
||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
if: type = push
|
if: type = push
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
dist: focal
|
dist: jammy
|
||||||
go: 1.23.1
|
go: 1.23.1
|
||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
submodules: false # avoid cloning ethereum/tests
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
if: type = push
|
if: type = push
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
dist: focal
|
dist: jammy
|
||||||
go: 1.22.7
|
go: 1.22.7
|
||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
submodules: false # avoid cloning ethereum/tests
|
||||||
@ -53,24 +53,10 @@ jobs:
|
|||||||
if: type = push
|
if: type = push
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
dist: focal
|
dist: jammy
|
||||||
go: 1.22.x
|
go: 1.22.x
|
||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
submodules: false # avoid cloning ethereum/tests
|
||||||
script:
|
script:
|
||||||
- ls -la /Users/travis/gopath/bin/
|
- ls -la /Users/travis/gopath/bin/
|
||||||
- go version
|
- go version
|
||||||
|
|
||||||
|
|
||||||
# - stage: build
|
|
||||||
# if: type = push
|
|
||||||
# os: osx
|
|
||||||
# osx_image: xcode14.2
|
|
||||||
# go: 1.23.1
|
|
||||||
# env:
|
|
||||||
# - azure-osx
|
|
||||||
# git:
|
|
||||||
# submodules: false # avoid cloning ethereum/tests
|
|
||||||
# script:
|
|
||||||
# - ln -sf /Users/travis/gopath/bin/go1.23.1 /usr/local/bin/go
|
|
||||||
# - go version
|
|
||||||
|
Loading…
Reference in New Issue
Block a user