foo
This commit is contained in:
parent
5698e82414
commit
7337238589
@ -48,8 +48,11 @@ jobs:
|
|||||||
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
|
- rm /Users/travis/gopath/bin/go && ln -s /Users/travis/gopath/bin/go1.23.1 /Users/travis/gopath/bin/go && go version
|
||||||
- go1.23.1 version
|
- command -v go
|
||||||
|
- $(command -v go) version
|
||||||
|
- ls -la `command -v go`
|
||||||
- which go
|
- which go
|
||||||
|
- $(which go) version
|
||||||
- ls -la `which go`
|
- ls -la `which go`
|
||||||
- which go1.23.1
|
- which go1.23.1
|
||||||
- go version
|
- go version
|
||||||
|
Loading…
Reference in New Issue
Block a user