From 1350069327770fc9cb844e32aa5b747db91a4bfe Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Sun, 22 Sep 2024 10:02:19 +0200 Subject: [PATCH] foo --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9663f0af63..44b6c51dfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,13 +48,13 @@ jobs: git: submodules: false # avoid cloning ethereum/tests script: - - ln -sf /Users/travis/gopath/bin/go1.23.1 /Users/travis/gopath/bin/go +# - ln -sf /Users/travis/gopath/bin/go1.23.1 /Users/travis/gopath/bin/go - ln -sf /Users/travis/gopath/bin/go1.23.1 /usr/local/bin/go - - 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 + # - 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