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
5698e82414
commit
7337238589
1 changed files with 4 additions and 1 deletions
|
|
@ -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 a new issue