added deps
This commit is contained in:
parent
8efac240ad
commit
0eda3aaed8
@ -7,9 +7,10 @@ jobs:
|
|||||||
script:
|
script:
|
||||||
- mkdir -p /src
|
- mkdir -p /src
|
||||||
- wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz -O /tmp/go.tgz
|
- wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz -O /tmp/go.tgz
|
||||||
- tar -xzvf /tmp/go.tgz -C/src
|
- tar -xzf /tmp/go.tgz -C/src
|
||||||
|
- rm -rf /src/go
|
||||||
- cp /src/go/bin/go /bin/
|
- cp /src/go/bin/go /bin/
|
||||||
- ls -l /bin/go
|
- go run hello.go
|
||||||
# test_go:
|
# test_go:
|
||||||
# script:
|
# script:
|
||||||
# - ls -l /bin/go
|
# - ls -l /bin/go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user