From a7a99c53c65ee781b5c44911825db647e077cdd7 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Mon, 30 Sep 2024 09:17:05 +0200 Subject: [PATCH] test xenial --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c8b8297f6a..39fe6c0f56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: go -dist: focal os: linux go_import_path: github.com/ethereum/go-ethereum jobs: @@ -7,8 +6,9 @@ jobs: - stage: build if: type = push os: linux - go: 1.21.1 + go: 1.22.1 arch: arm64 + dist: xenial git: submodules: false # avoid cloning ethereum/tests script: @@ -20,7 +20,7 @@ jobs: os: linux go: 1.21.1 arch: arm64 - dist: focal + dist: xenial git: submodules: false # avoid cloning ethereum/tests script: