add apt update command in ubuntu

This commit is contained in:
Late Night Defender 2024-05-16 15:04:37 +07:00
parent 6fffffb834
commit 572ddb89da

View file

@ -4,6 +4,7 @@ steps:
event: [push, pull_request] event: [push, pull_request]
image: docker.io/library/ubuntu:latest image: docker.io/library/ubuntu:latest
commands: commands:
- apt update
- apt install -y golang - apt install -y golang
- go get - go get
- go build - go build