From 2b4c0ce85127cc99ca6394090c7a4bbac1522415 Mon Sep 17 00:00:00 2001 From: Wang Gerui Date: Thu, 19 Oct 2023 22:58:27 +0800 Subject: [PATCH] update .travis.yml --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index aaeb1b2bc7..2f417c9eb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ jobs: - stage: Tests os: linux dist: bionic - go: 1.14.x + go: 1.21.x env: - GO111MODULE=auto name: A-B tests @@ -37,56 +37,56 @@ jobs: - script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/c[a-m].*") os: linux dist: bionic - go: 1.14.x + go: 1.21.x env: - GO111MODULE=auto name: C-[a-m] tests - script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/c[n-o].*") os: linux dist: bionic - go: 1.14.x + go: 1.21.x env: - GO111MODULE=auto name: C-[n-o] tests - script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/c[p-z].*") os: linux dist: bionic - go: 1.14.x + go: 1.21.x env: - GO111MODULE=auto name: C-[p-z] tests - script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/[d-i].*") os: linux dist: bionic - go: 1.14.x + go: 1.21.x env: - GO111MODULE=auto name: D-I tests - script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/[j-n].*") os: linux dist: bionic - go: 1.14.x + go: 1.21.x env: - GO111MODULE=auto name: J-N tests - script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/[o-r].*") os: linux dist: bionic - go: 1.14.x + go: 1.21.x env: - GO111MODULE=auto name: O-R tests - script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/s.*") os: linux dist: bionic - go: 1.14.x + go: 1.21.x env: - GO111MODULE=auto name: S tests - script: travis_retry go run build/ci.go test -coverage $(go list ./... | grep "github.com\/XinFinOrg\/XDPoSChain\/[t-z].*") os: linux dist: bionic - go: 1.14.x + go: 1.21.x env: - GO111MODULE=auto name: T-Z tests