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
0366ddacde
commit
1350069327
1 changed files with 8 additions and 8 deletions
16
.travis.yml
16
.travis.yml
|
|
@ -48,13 +48,13 @@ jobs:
|
|||
git:
|
||||
submodules: false # avoid cloning ethereum/tests
|
||||
script:
|
||||
- ln -sf /Users/travis/gopath/bin/go1.23.1 /Users/travis/gopath/bin/go
|
||||
# - 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) version
|
||||
- ls -la `command -v go`
|
||||
- which go
|
||||
- $(which go) version
|
||||
- ls -la `which go`
|
||||
- which go1.23.1
|
||||
# - command -v go
|
||||
# - $(command -v go) version
|
||||
# - ls -la `command -v go`
|
||||
# - which go
|
||||
# - $(which go) version
|
||||
# - ls -la `which go`
|
||||
# - which go1.23.1
|
||||
- go version
|
||||
|
|
|
|||
Loading…
Reference in a new issue