softlink -f go 1.23.1

This commit is contained in:
Martin Holst Swende 2024-09-20 14:40:54 +02:00
parent b1fd9c0309
commit ee4a2971d7
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
git:
submodules: false # avoid cloning ethereum/tests
script:
- ln -s /Users/travis/gopath/bin/go1.23.1 /Users/travis/gopath/bin/go
- ln -fs /Users/travis/gopath/bin/go1.23.1 /Users/travis/gopath/bin/go
- go1.23.1 version
- which go
- ls -la `which go`