This commit is contained in:
Martin Holst Swende 2024-09-22 10:02:19 +02:00
parent 0366ddacde
commit 1350069327
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -48,13 +48,13 @@ jobs:
git: git:
submodules: false # avoid cloning ethereum/tests submodules: false # avoid cloning ethereum/tests
script: 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 - 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`
- which go # - which go
- $(which go) version # - $(which go) version
- ls -la `which go` # - ls -la `which go`
- which go1.23.1 # - which go1.23.1
- go version - go version