mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
foo
This commit is contained in:
parent
5419543a03
commit
0366ddacde
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ jobs:
|
||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
submodules: false # avoid cloning ethereum/tests
|
||||||
script:
|
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
|
||||||
- $(command -v go) version
|
- $(command -v go) version
|
||||||
- ls -la `command -v go`
|
- ls -la `command -v go`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue