softlink -f go 1.23.1

pull/30478/head
Martin Holst Swende 2 months ago
parent ee4a2971d7
commit 468977eda3
No known key found for this signature in database
GPG Key ID: 683B438C05A5DDF0
  1. 2
      .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`

Loading…
Cancel
Save