6 lines
67 B
Bash
6 lines
67 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
go version
|
||
|
cd tests/interop/go_pkgs/
|
||
|
go install ./...
|