softlink -f go 1.23.1
This commit is contained in:
parent
ee4a2971d7
commit
468977eda3
@ -47,7 +47,7 @@ jobs:
|
|||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
submodules: false # avoid cloning ethereum/tests
|
||||||
script:
|
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
|
- go1.23.1 version
|
||||||
- which go
|
- which go
|
||||||
- ls -la `which go`
|
- ls -la `which go`
|
||||||
|
Loading…
Reference in New Issue
Block a user