add apt update command in ubuntu
This commit is contained in:
parent
6fffffb834
commit
572ddb89da
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ steps:
|
|||
event: [push, pull_request]
|
||||
image: docker.io/library/ubuntu:latest
|
||||
commands:
|
||||
- apt update
|
||||
- apt install -y golang
|
||||
- go get
|
||||
- go build
|
||||
|
|
Loading…
Reference in a new issue