apt update agh
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Harvey Tindall 2021-01-15 22:20:08 +00:00
parent 2c3c989480
commit 648f56f1d0
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ steps:
- name: build
image: golang:latest
commands:
- apt update -y
- apt install -y python3-pip curl
- go mod download
- curl -sL https://git.io/goreleaser > goreleaser.sh