add ca-certificates
This commit is contained in:
parent
572ddb89da
commit
a7484450d9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ steps:
|
||||||
image: docker.io/library/ubuntu:latest
|
image: docker.io/library/ubuntu:latest
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y golang
|
- apt install -y ca-certificates golang
|
||||||
- go get
|
- go get
|
||||||
- go build
|
- go build
|
||||||
- ./main
|
- ./main
|
Loading…
Reference in a new issue