mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-11 19:27:51 +08:00
install specific Go version for sharness tests
This commit is contained in:
parent
339fb46ef5
commit
bf4cf14bd9
@ -130,6 +130,11 @@ jobs:
|
||||
TEST_VERBOSE: 1
|
||||
steps:
|
||||
- run: sudo apt update
|
||||
- run: |
|
||||
mkdir ~/localgo && cd ~/localgo
|
||||
wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
|
||||
tar xfz go1.16.4.linux-amd64.tar.gz
|
||||
echo "export PATH=$(pwd)/go/bin:$PATH" >> $BASH_ENV
|
||||
- run: sudo apt install socat net-tools
|
||||
- checkout
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user