From 468977eda352ed13d350be6167f8d8ab9b53f3bc Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Fri, 20 Sep 2024 14:46:06 +0200 Subject: [PATCH] softlink -f go 1.23.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9d0f107be7..a63fb2d05d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ jobs: git: submodules: false # avoid cloning ethereum/tests script: - - ln -fs /Users/travis/gopath/bin/go1.23.1 /Users/travis/gopath/bin/go + - rm /Users/travis/gopath/bin/go && ln -s /Users/travis/gopath/bin/go1.23.1 /Users/travis/gopath/bin/go - go1.23.1 version - which go - ls -la `which go`