add ca-certificates

This commit is contained in:
Late Night Defender 2024-05-16 15:12:06 +07:00
parent 572ddb89da
commit a7484450d9

View file

@ -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