This commit is contained in:
Martin Holst Swende 2024-09-22 09:58:04 +02:00
parent 5419543a03
commit 0366ddacde
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0

@ -48,7 +48,8 @@ jobs:
git:
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
- 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`