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
|
||||
commands:
|
||||
- apt update
|
||||
- apt install -y golang
|
||||
- apt install -y ca-certificates golang
|
||||
- go get
|
||||
- go build
|
||||
- ./main
|
Loading…
Reference in a new issue