diff --git a/.travis.yml b/.travis.yml index e4246c9967..e592a500d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,8 +48,11 @@ jobs: submodules: false # avoid cloning ethereum/tests script: - rm /Users/travis/gopath/bin/go && ln -s /Users/travis/gopath/bin/go1.23.1 /Users/travis/gopath/bin/go && go version - - go1.23.1 version + - command -v go + - $(command -v go) version + - ls -la `command -v go` - which go + - $(which go) version - ls -la `which go` - which go1.23.1 - go version